Home
last modified time | relevance | path

Searched defs:CO_GENERATOR (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py18 CO_GENERATOR = 0x0020 variable
/external/python/cpython2/Include/
Dcode.h38 #define CO_GENERATOR 0x0020 macro
/external/python/cpython3/Include/
Dcode.h59 #define CO_GENERATOR 0x0020 macro
/external/python/cpython2/Lib/
Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable