Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h176 int co_nlocals = self->co_nlocals; in code_replace() local
/third_party/python/Include/cpython/
Dcode.h23 int co_nlocals; /* #local variables */ member
/third_party/python/Objects/
Dcodeobject.c725 int co_nlocals, int co_stacksize, int co_flags, in code_replace_impl()