Home
last modified time | relevance | path

Searched refs:Py_tp_call (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dtypeslots.h57 #define Py_tp_call 50 macro
/third_party/python/Modules/
D_operator.c1122 {Py_tp_call, itemgetter_call},
1454 {Py_tp_call, attrgetter_call},
1710 {Py_tp_call, methodcaller_call},
D_functoolsmodule.c476 {Py_tp_call, partial_call},
550 {Py_tp_call, keyobject_call},
1406 {Py_tp_call, lru_cache_call},
D_json.c1219 {Py_tp_call, scanner_call},
1778 {Py_tp_call, encoder_call},
D_testcapimodule.c1109 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots()
/third_party/python/Modules/_sqlite/
Dconnection.c1970 {Py_tp_call, pysqlite_connection_call},
/third_party/python/Misc/
Dstable_abi.txt65 const Py_tp_call