Searched refs:_PyObject_MakeTpCall (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 107 PyAPI_FUNC(PyObject*) _PyObject_MakeTpCall( 166 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwnames); in _PyObject_VectorcallTstate()
|
/external/python/cpython3/Objects/ |
D | call.c | 130 return _PyObject_MakeTpCall(tstate, callable, args, nargs, kwargs); in _PyObject_VectorcallDictTstate() 200 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() function
|
D | longobject.c | 6474 return _PyObject_MakeTpCall(tstate, type, args, nargs, kwnames); in long_vectorcall()
|
D | typeobject.c | 4323 return _PyObject_MakeTpCall(tstate, metatype, args, nargs, kwnames); in type_vectorcall()
|
/external/python/cpython3/Modules/ |
D | _functoolsmodule.c | 226 return _PyObject_MakeTpCall(tstate, (PyObject *)pto, in partial_vectorcall_fallback()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 1256 …<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…
|