Searched refs:_PyVectorcall_Call (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | call.c | 264 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, in _PyVectorcall_Call() function 318 return _PyVectorcall_Call(tstate, func, callable, tuple, kwargs); in PyVectorcall_Call() 348 return _PyVectorcall_Call(tstate, vector_func, callable, args, kwargs); in _PyObject_Call()
|