Home
last modified time | relevance | path

Searched refs:CO_NESTED (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/
H A D__future__.py69 CO_NESTED = 0x0010 # nested_scopes variable
111 CO_NESTED)
/third_party/python/Include/cpython/
H A Dcompile.h10 #define PyCF_MASK_OBSOLETE (CO_NESTED)
H A Dcode.h110 #define CO_NESTED 0x0010 macro
/third_party/python/Python/
H A Dcompile.c7874 flags |= CO_NESTED; in compute_code_flags()

Completed in 22 milliseconds