Searched refs:Py_tp_call (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Include/ |
D | typeslots.h | 57 #define Py_tp_call 50 macro
|
/third_party/python/Modules/ |
D | _operator.c | 1122 {Py_tp_call, itemgetter_call}, 1454 {Py_tp_call, attrgetter_call}, 1710 {Py_tp_call, methodcaller_call},
|
D | _functoolsmodule.c | 476 {Py_tp_call, partial_call}, 550 {Py_tp_call, keyobject_call}, 1406 {Py_tp_call, lru_cache_call},
|
D | _json.c | 1219 {Py_tp_call, scanner_call}, 1778 {Py_tp_call, encoder_call},
|
D | _testcapimodule.c | 1109 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots()
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 1970 {Py_tp_call, pysqlite_connection_call},
|
/third_party/python/Misc/ |
D | stable_abi.txt | 65 const Py_tp_call
|