Searched refs:CO_NESTED (Results 1 – 12 of 12) sorted by relevance
66 CO_NESTED = 0x0010 # nested_scopes variable104 CO_NESTED)
46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable
69 CO_NESTED = 0x0010 # nested_scopes variable110 CO_NESTED)
17 CO_NESTED = 0x0010 variable
13 CO_NESTED, CO_GENERATOR, CO_FUTURE_DIVISION,
20 #define PyCF_MASK_OBSOLETE (CO_NESTED)
58 #define CO_NESTED 0x0010 macro
37 #define CO_NESTED 0x0010 macro
13 #define PyCF_MASK_OBSOLETE (CO_NESTED)
1323 .. data:: CO_NESTED
3777 flags |= CO_NESTED; in compute_code_flags()
5348 flags |= CO_NESTED; in compute_code_flags()