Searched refs:_PyVectorcall_Call (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | call.c | 236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, in _PyVectorcall_Call() function 290 return _PyVectorcall_Call(tstate, func, callable, tuple, kwargs); in PyVectorcall_Call() 328 return _PyVectorcall_Call(tstate, vector_func, callable, args, kwargs); in _PyObject_Call()
|
Completed in 2 milliseconds