Searched refs:_PyObject_Call_Prepend (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 11 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/external/python/cpython3/Objects/ |
D | call.c | 405 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend() function
|
D | typeobject.c | 7489 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_call() 7729 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_init() 7759 result = _PyObject_Call_Prepend(tstate, func, (PyObject *)type, args, kwds); in slot_tp_new()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1127 …<elf-symbol name='_PyObject_Call_Prepend' type='func-type' binding='global-binding' visibility='de… 6938 …_PyObject_Call_Prepend' mangled-name='_PyObject_Call_Prepend' filepath='Objects/call.c' line='405'… 10793 …<function-decl name='_PyObject_Call_Prepend' mangled-name='_PyObject_Call_Prepend' filepath='./Inc…
|