Home
last modified time | relevance | path

Searched refs:_PyObject_MakeTpCall (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dabstract.h47 PyAPI_FUNC(PyObject *) _PyObject_MakeTpCall(
112 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames); in _PyObject_VectorcallTstate()
/third_party/python/Objects/
Dcall.c137 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs); in _PyObject_FastCallDictTstate()
171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() function
Dtypeobject.c3345 return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames); in type_vectorcall()
/third_party/python/Modules/
D_functoolsmodule.c196 return _PyObject_MakeTpCall(tstate, (PyObject *)pto, in partial_vectorcall_fallback()