Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h331 #define Py_TPFLAGS_METHOD_DESCRIPTOR (1UL << 17) macro
/external/python/cpython3/Lib/test/
Dtest_call.py536 Py_TPFLAGS_METHOD_DESCRIPTOR = 1 << 17 variable