Searched defs:CO_NOFREE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | code.h | 44 #define CO_NOFREE 0x0040 macro |
/external/python/cpython2/Lib/ | ||
D | inspect.py | 46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40 variable |