Home
last modified time | relevance | path

Searched defs:co_argcount (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h37 int co_argcount = self->co_argcount; in code_replace() local
/external/python/cpython2/Include/
Dcode.h12 int co_argcount; /* #arguments, except *args */ member
/external/python/cpython3/Include/cpython/
Dcode.h20 int co_argcount; /* #arguments, except *args */ member
/external/python/cpython3/Objects/
Dcodeobject.c638 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl()
/external/python/cpython3/Python/
Dceval.c3960 Py_ssize_t co_argcount = co->co_argcount; in too_many_positional() local