Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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
>