Home
last modified time | relevance | path

Searched defs:Py_TPFLAGS_METHOD_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_call.py537 Py_TPFLAGS_METHOD_DESCRIPTOR = 1 << 17 variable
/third_party/python/Include/
Dobject.h369 #define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17) macro