Home
last modified time | relevance | path

Searched defs:CO_FUTURE_GENERATOR_STOP (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D__future__.py77 CO_FUTURE_GENERATOR_STOP = 0x80000 # StopIteration becomes RuntimeError in generators variable
/external/python/cpython3/Include/
Dcode.h102 #define CO_FUTURE_GENERATOR_STOP 0x80000 macro