Searched defs:co_argcount (Results 1 – 4 of 4) sorted by relevance
173 int co_argcount = self->co_argcount; in code_replace() local
20 int co_argcount; /* #arguments, except *args */ member
723 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl()
4665 Py_ssize_t co_argcount = co->co_argcount; in too_many_positional() local