Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c317 return _PyObject_Call_Prepend(func, self, args, kwargs); in method_call()
Dabstract.c2330 _PyObject_Call_Prepend(PyObject *func, in _PyObject_Call_Prepend() function
Dtypeobject.c6405 result = _PyObject_Call_Prepend(func, (PyObject *)type, args, kwds); in slot_tp_new()
/external/python/cpython3/Include/
Dabstract.h352 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(PyObject *func,