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