Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h193 int co_argcount = self->co_argcount; in code_replace() local
/third_party/python/Objects/
Dcodeobject.c1904 code_replace_impl(PyCodeObject *self, int co_argcount, in code_replace_impl()
/third_party/python/Python/
Dceval.c5955 Py_ssize_t co_argcount = co->co_argcount; local