Home
last modified time | relevance | path

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

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