Searched refs:_PyObject_Call_Prepend (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_call.h | 11 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|
/third_party/python/Objects/ |
D | call.c | 405 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend() function
|
D | typeobject.c | 7486 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_call() 7726 res = _PyObject_Call_Prepend(tstate, meth, self, args, kwds); in slot_tp_init() 7756 result = _PyObject_Call_Prepend(tstate, func, (PyObject *)type, args, kwds); in slot_tp_new()
|