Home
last modified time | relevance | path

Searched refs:defcount (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Deval.h27 PyObject *const *defs, Py_ssize_t defcount,
/third_party/python/Include/internal/
Dpycore_ceval.h49 PyObject *const *defs, Py_ssize_t defcount,
/third_party/python/Python/
Dceval.c3914 Py_ssize_t missing, Py_ssize_t defcount, in missing_arguments() argument
3919 int positional = (defcount != -1); in missing_arguments()
3929 end = co->co_argcount - defcount; in missing_arguments()
3953 Py_ssize_t given, Py_ssize_t defcount, in too_many_positional() argument
3969 if (defcount) { in too_many_positional()
3970 Py_ssize_t atleast = co_argcount - defcount; in too_many_positional()
4079 PyObject *const *defs, Py_ssize_t defcount, in _PyEval_EvalCode() argument
4216 too_many_positional(tstate, co, argcount, defcount, fastlocals); in _PyEval_EvalCode()
4222 Py_ssize_t m = co->co_argcount - defcount; in _PyEval_EvalCode()
4230 missing_arguments(tstate, co, missing, defcount, fastlocals); in _PyEval_EvalCode()
[all …]
/third_party/python/Lib/
Dinspect.py1345 def _too_many(f_name, args, kwonly, varargs, defcount, given, values): argument
1346 atleast = len(args) - defcount
1351 elif defcount:
/third_party/python/Doc/c-api/
Dveryhigh.rst325 …argcount, PyObject *const *kws, int kwcount, PyObject *const *defs, int defcount, PyObject *kwdefs…
/third_party/python/Doc/data/
Drefcounts.dat817 PyEval_EvalCodeEx:int:defcount::