Searched defs:defcount (Results 1 – 3 of 3) sorted by relevance
| /external/python/cpython3/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()
|
| /external/python/cpython3/Lib/ |
| D | inspect.py | 1471 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
|
| /external/python/cpython2/Python/ |
| D | ceval.c | 3369 PyObject **defs, int defcount, PyObject *closure) in PyEval_EvalCodeEx()
|