Home
last modified time | relevance | path

Searched refs:generator_stop (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_generator_stop.py1 from __future__ import generator_stop
/third_party/python/Lib/
D__future__.py141 generator_stop = _Feature((3, 5, 0, "beta", 1), variable
/third_party/python/Doc/library/
D__future__.rst90 | generator_stop | 3.5.0b1 | 3.7 | :pep:`479`: |
Dexceptions.rst422 ``from __future__ import generator_stop``, see :pep:`479`.
/third_party/python/Misc/NEWS.d/
D3.7.0b1.rst82 generator_stop' was used or not.
/third_party/python/Doc/reference/
Dsimple_stmts.rst885 ``generators``, ``generator_stop``, ``unicode_literals``,
/third_party/python/Doc/whatsnew/
D3.5.rst578 >>> from __future__ import generator_stop