Searched refs:_PyObject_MakeTpCall (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
D | abstract.h | 47 PyAPI_FUNC(PyObject *) _PyObject_MakeTpCall( 112 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames); in _PyObject_VectorcallTstate()
|
/third_party/python/Objects/ |
D | call.c | 137 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs); in _PyObject_FastCallDictTstate() 171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() function
|
D | typeobject.c | 3345 return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames); in type_vectorcall()
|
/third_party/python/Modules/ |
D | _functoolsmodule.c | 196 return _PyObject_MakeTpCall(tstate, (PyObject *)pto, in partial_vectorcall_fallback()
|