Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c309 return _PyObject_Call_Prepend(func, self, args, kwargs); in method_call()
Dcall.c876 _PyObject_Call_Prepend(PyObject *callable, in _PyObject_Call_Prepend() function
Dtypeobject.c6379 res = _PyObject_Call_Prepend(meth, self, args, kwds); in slot_tp_call()
6613 res = _PyObject_Call_Prepend(meth, self, args, kwds); in slot_tp_init()
6642 result = _PyObject_Call_Prepend(func, (PyObject *)type, args, kwds); in slot_tp_new()
/external/python/cpython3/Include/
Dabstract.h258 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(