Searched refs:_PyObject_FastCallDictTstate (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_call.h | 18 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/third_party/python/Objects/ |
D | call.c | 118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() function 166 return _PyObject_FastCallDictTstate(tstate, callable, args, nargsf, kwargs); in PyObject_VectorcallDict() 378 return _PyObject_FastCallDictTstate(tstate, callable, NULL, 0, kwargs); in PyEval_CallObjectWithKeywords() 431 PyObject *result = _PyObject_FastCallDictTstate(tstate, callable, in _PyObject_Call_Prepend()
|
/third_party/python/Python/ |
D | ceval.c | 5910 C_TRACE(result, _PyObject_FastCallDictTstate( in do_call_core()
|