Home
last modified time | relevance | path

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

/third_party/python/Lib/
D__future__.py69 CO_NESTED = 0x0010 # nested_scopes variable
111 CO_NESTED)
/third_party/python/Include/cpython/
Dcompile.h10 #define PyCF_MASK_OBSOLETE (CO_NESTED)
Dcode.h71 #define CO_NESTED 0x0010 macro
/third_party/python/Doc/library/
Dinspect.rst1444 .. data:: CO_NESTED
/third_party/python/Python/
Dcompile.c6812 flags |= CO_NESTED; in compute_code_flags()