Home
last modified time | relevance | path

Searched refs:_PyObject_Call_Prepend (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_call.h11 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
/third_party/python/Objects/
Dcall.c405 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, in _PyObject_Call_Prepend() function
Dtypeobject.c7486 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()