Home
last modified time | relevance | path

Searched defs:CO_NESTED (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dconsts.py17 CO_NESTED = 0x0010 variable
/external/python/cpython2/Lib/
D__future__.py66 CO_NESTED = 0x0010 # nested_scopes variable
Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable
/external/python/cpython3/Lib/
D__future__.py69 CO_NESTED = 0x0010 # nested_scopes variable
/external/python/cpython2/Include/
Dcode.h37 #define CO_NESTED 0x0010 macro
/external/python/cpython3/Include/cpython/
Dcode.h71 #define CO_NESTED 0x0010 macro