Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c65 Py_ssize_t totalargs = nargs + nkwargs; in method_vectorcall() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c2869 int totalargs = 1 + (oparg & 0xFF) + (oparg >> 8); local