Searched defs:co_argcount (Results 1 – 3 of 3) sorted by relevance
12 int co_argcount; /* #arguments, except *args */ member
23 int co_argcount; /* #arguments, except *args */ member
3811 Py_ssize_t co_argcount = co->co_argcount; in too_many_positional() local