Home
last modified time | relevance | path

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

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