Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
highlighting
/
yieldFromBefore33.py
blob: f07e59ebf737a8660c5cb692ff41fba68a76df91 [
file
] [
log
] [
blame
]
def
f
(
g
):
<
error descr
=
"Python versions < 3.3 do not support this syntax. Delegating to a subgenerator is available since Python 3.3; use explicit iteration over subgenerator instead."
>
yield
from
g
()</
error
>