Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobject.h309 #define Py_TPFLAGS_HAVE_VECTORCALL (1UL << 11) macro
/external/python/cpython3/Lib/test/
Dtest_call.py535 Py_TPFLAGS_HAVE_VECTORCALL = 1 << 11 variable