Home
last modified time | relevance | path

Searched refs:CO_NESTED (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/
D__future__.py66 CO_NESTED = 0x0010 # nested_scopes variable
104 CO_NESTED)
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
110 CO_NESTED)
/external/python/cpython2/Lib/compiler/
Dconsts.py17 CO_NESTED = 0x0010 variable
Dpycodegen.py13 CO_NESTED, CO_GENERATOR, CO_FUTURE_DIVISION,
/external/python/cpython3/Include/
Dcompile.h20 #define PyCF_MASK_OBSOLETE (CO_NESTED)
Dcode.h58 #define CO_NESTED 0x0010 macro
/external/python/cpython2/Include/
Dcode.h37 #define CO_NESTED 0x0010 macro
Dpythonrun.h13 #define PyCF_MASK_OBSOLETE (CO_NESTED)
/external/python/cpython3/Doc/library/
Dinspect.rst1323 .. data:: CO_NESTED
/external/python/cpython2/Python/
Dcompile.c3777 flags |= CO_NESTED; in compute_code_flags()
/external/python/cpython3/Python/
Dcompile.c5348 flags |= CO_NESTED; in compute_code_flags()