Home
last modified time | relevance | path

Searched defs:argdefs (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dfuncobject.c488 PyObject *argdefs; in function_call() local
/external/python/cpython3/Objects/
Dcall.c360 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in _PyFunction_Vectorcall() local
/external/python/cpython2/Python/
Dceval.c4425 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in fast_function() local