Home
last modified time | relevance | path

Searched defs:CO_NOFREE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dcode.h44 #define CO_NOFREE 0x0040 macro
/external/python/cpython3/Include/
Dcode.h65 #define CO_NOFREE 0x0040 macro
/external/python/cpython2/Lib/
Dinspect.py46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable