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