HomeSort by relevance Sort by last modified time
    Searched refs:CO_NOFREE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 39 /* The CO_NOFREE flag is set if there are no free or cell variables.
44 #define CO_NOFREE 0x0040
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
    [all...]

Completed in 82 milliseconds