Home
last modified time | relevance | path

Searched defs:defcount (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5909 Py_ssize_t missing, Py_ssize_t defcount,
5964 Py_ssize_t defcount = defaults == NULL ? 0 : PyTuple_GET_SIZE(defaults); local
6288 … Py_ssize_t defcount = func->func_defaults == NULL ? 0 : PyTuple_GET_SIZE(func->func_defaults); local
6453 PyObject *const *defs, int defcount,
Dspecialize.c1502 int defcount = func->func_defaults == NULL ? 0 : (int)PyTuple_GET_SIZE(func->func_defaults); in specialize_py_call() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dinspect.py1501 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c3369 PyObject **defs, int defcount, PyObject *closure) in PyEval_EvalCodeEx()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...