Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h173 int co_argcount = self->co_argcount; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h20 int co_argcount; /* #arguments, except *args */ member
/third_party/python/Objects/
Dcodeobject.c723 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl()
/third_party/python/Python/
Dceval.c4665 Py_ssize_t co_argcount = co->co_argcount; in too_many_positional() local