Searched defs:defcount (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | ceval.c | 1188 Py_ssize_t missing, Py_ssize_t defcount, in missing_arguments() 1243 Py_ssize_t defcount = defaults == NULL ? 0 : PyTuple_GET_SIZE(defaults); in too_many_positional() local 1591 … Py_ssize_t defcount = func->func_defaults == NULL ? 0 : PyTuple_GET_SIZE(func->func_defaults); in initialize_locals() local 1819 PyObject *const *defs, int defcount, in PyEval_EvalCodeEx()
|
/external/python/cpython3/Lib/ |
D | inspect.py | 1494 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
|