Searched refs:_PyObject_Call_Prepend (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/ |
D | classobject.c | 309 return _PyObject_Call_Prepend(func, self, args, kwargs); in method_call()
|
D | call.c | 876 _PyObject_Call_Prepend(PyObject *callable, in _PyObject_Call_Prepend() function
|
D | typeobject.c | 6379 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/ |
D | abstract.h | 258 PyAPI_FUNC(PyObject *) _PyObject_Call_Prepend(
|