Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_functoolsmodule.c110 pto->use_fastcall = _PyObject_HasFastCall(func); in partial_new()
368 pto->use_fastcall = _PyObject_HasFastCall(fn); in partial_setstate()
/external/python/cpython3/Include/
Dabstract.h214 PyAPI_FUNC(int) _PyObject_HasFastCall(PyObject *callable);
/external/python/cpython3/Objects/
Dcall.c7 _PyObject_HasFastCall(PyObject *callable) in _PyObject_HasFastCall() function