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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 100 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
object.h 633 #define Py_TPFLAGS_DICT_SUBCLASS (1L<<29)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 100 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_DICT_SUBCLASS)
object.h 633 #define Py_TPFLAGS_DICT_SUBCLASS (1L<<29)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 87 Py_TPFLAGS_DICT_SUBCLASS = (1L << 29)
391 if tp_flags & Py_TPFLAGS_DICT_SUBCLASS:
    [all...]

Completed in 553 milliseconds