Home
last modified time | relevance | path

Searched refs:tp_call (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h25 ternaryfunc tp_call; member
/third_party/python/Objects/
H A Dclassobject.c332 .tp_call = PyVectorcall_Call,
534 .tp_call = instancemethod_call,
H A Dcall.c135 /* Use tp_call instead */ in _PyObject_FastCallDictTstate()
180 ternaryfunc call = Py_TYPE(callable)->tp_call; in _PyObject_MakeTpCall()
331 call = Py_TYPE(callable)->tp_call; in _PyObject_Call()
H A Dgenericaliasobject.c945 .tp_call = ga_call,
H A Dweakrefobject.c375 .tp_call = PyVectorcall_Call,
438 /* Note that the third arg needs to be checked for NULL since the tp_call
735 0, /* tp_call */
769 proxy_call, /* tp_call */
H A Dtypeobject.c4410 (ternaryfunc)type_call, /* tp_call */
5624 0, /* tp_call */
5978 * if tp_call is not overridden */ in inherit_slots()
5979 if (!type->tp_call && in inherit_slots()
5985 COPYSLOT(tp_call); in inherit_slots()
6057 * - Py_TPFLAGS_HAVE_VECTORCALL requires tp_call and in type_ready_pre_checks()
6066 _PyObject_ASSERT((PyObject *)type, type->tp_call != NULL); in type_ready_pre_checks()
8048 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)(void(*)(void))wrap_call,
9194 0, /* tp_call */
H A Dobject.c1541 return Py_TYPE(x)->tp_call != NULL; in PyCallable_Check()
1701 0, /*tp_call */
1802 0, /*tp_call */
/third_party/python/Include/cpython/
H A Dobject.h172 ternaryfunc tp_call; member
/third_party/python/Modules/
H A D_functoolsmodule.c75 if (Py_TYPE(func)->tp_call == (ternaryfunc)partial_call) { in partial_new()
H A D_testcapimodule.c364 0, /* tp_call */
1106 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots() local
1107 if (tp_call != NULL) { in test_get_statictype_slots()
1108 PyErr_SetString(PyExc_AssertionError, "mismatch: tp_call of long"); in test_get_statictype_slots()
6847 0, /* tp_call */
6950 0, /* tp_call */
7064 0, /* tp_call */
7109 0, /* tp_call */
7190 0, /* tp_call */
7343 .tp_call
[all...]
H A D_asynciomodule.c1871 .tp_call = (ternaryfunc)TaskStepMethWrapper_call,

Completed in 35 milliseconds