Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dtypeslots.h51 #define Py_tp_call 50 macro
/external/python/cpython3/Modules/_testlimitedcapi/
Dvectorcall_limited.c164 {Py_tp_call, LimitedVectorCallClass_tpcall},
/external/python/cpython3/Modules/_testcapi/
Dvectorcall.c207 {Py_tp_call, VectorCallClass_tpcall},
/external/python/cpython3/Modules/
D_operator.c1182 {Py_tp_call, itemgetter_call},
1541 {Py_tp_call, attrgetter_call},
1887 {Py_tp_call, methodcaller_call},
D_functoolsmodule.c523 {Py_tp_call, partial_call},
609 {Py_tp_call, keyobject_call},
1469 {Py_tp_call, lru_cache_call},
D_json.c1189 {Py_tp_call, scanner_call},
1785 {Py_tp_call, encoder_call},
D_asynciomodule.c1854 {Py_tp_call, (ternaryfunc)TaskStepMethWrapper_call},
D_testcapimodule.c541 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c2640 {Py_tp_call, pysqlite_connection_call},
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c196 {Py_tp_call, _DictRemover_call},
4488 {Py_tp_call, PyCFuncPtr_call},
/external/python/cpython3/Misc/
Dstable_abi.toml159 [const.Py_tp_call]