Searched refs:_PyObject_Call_Prepend (Results 1 – 4 of 4) sorted by relevance
317 return _PyObject_Call_Prepend(func, self, args, kwargs); in method_call()
2330 _PyObject_Call_Prepend(PyObject *func, in _PyObject_Call_Prepend() function
6405 result = _PyObject_Call_Prepend(func, (PyObject *)type, args, kwds); in slot_tp_new()
352 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(PyObject *func,