Searched defs:defcount (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Python/ |
| D | ceval.c | 4619 Py_ssize_t missing, Py_ssize_t defcount, in missing_arguments() 4674 Py_ssize_t defcount = defaults == NULL ? 0 : PyTuple_GET_SIZE(defaults); in too_many_positional() local 4918 Py_ssize_t defcount = con->fc_defaults == NULL ? 0 : PyTuple_GET_SIZE(con->fc_defaults); in _PyEval_MakeFrameVector() local 5089 PyObject *const *defs, int defcount, in PyEval_EvalCodeEx()
|
| /third_party/python/Lib/ |
| D | inspect.py | 1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
|