Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_call.h107 PyAPI_FUNC(PyObject*) _PyObject_MakeTpCall(
166 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames); in _PyObject_VectorcallTstate()
/external/python/cpython3/Objects/
Dcall.c130 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs); in _PyObject_VectorcallDictTstate()
200 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() function
Dlongobject.c6474 return _PyObject_MakeTpCall(tstate, type, args, nargs, kwnames); in long_vectorcall()
Dtypeobject.c4323 return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames); in type_vectorcall()
/external/python/cpython3/Modules/
D_functoolsmodule.c226 return _PyObject_MakeTpCall(tstate, (PyObject *)pto, in partial_vectorcall_fallback()
/external/python/cpython3/Doc/data/
Dpython3.13.abi1256 …<elf-symbol name='_PyObject_MakeTpCall' type='func-type' binding='global-binding' visibility='defa…
23332_PyObject_MakeTpCall' mangled-name='_PyObject_MakeTpCall' filepath='./Include/internal/pycore_call…