Searched defs:Py_TPFLAGS_METHOD_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_call.py | 537 Py_TPFLAGS_METHOD_DESCRIPTOR = 1 << 17 variable |
/third_party/python/Include/ | ||
D | object.h | 369 #define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17) macro |