Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>