Searched refs:_PyObject_FastCallDictTstate (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 18 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/external/python/cpython3/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()
|
/external/python/cpython3/Python/ |
D | ceval.c | 5910 C_TRACE(result, _PyObject_FastCallDictTstate( in do_call_core()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 1133 …<elf-symbol name='_PyObject_FastCallDictTstate' type='func-type' binding='global-binding' visibili… 6998 …_PyObject_FastCallDictTstate' mangled-name='_PyObject_FastCallDictTstate' filepath='Objects/call.c… 12963 …<function-decl name='_PyObject_FastCallDictTstate' mangled-name='_PyObject_FastCallDictTstate' fil…
|