Home
last modified time | relevance | path

Searched refs:_PyVectorcall_Function (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dabstract.h81 _PyVectorcall_Function(PyObject *callable) in _PyVectorcall_Function() function
122 func = _PyVectorcall_Function(callable); in _PyObject_Vectorcall()
/external/python/cpython3/Objects/
Dcall.c88 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDict()
226 if (_PyVectorcall_Function(callable) != NULL) { in PyObject_Call()
/external/python/cpython3/Modules/
D_functoolsmodule.c110 pto->use_fastcall = (_PyVectorcall_Function(func) != NULL); in partial_new()
368 pto->use_fastcall = (_PyVectorcall_Function(fn) != NULL); in partial_setstate()