Home
last modified time | relevance | path

Searched defs:nlocals (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Objects/
Dcodeobject.c93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New()
272 int nlocals; in code_new() local
/external/python/cpython3/Objects/
Dcodeobject.c98 int nlocals, int stacksize, int flags, in PyCode_New()
347 int nlocals; in code_new() local
/external/python/cpython2/Python/
Dmarshal.c1006 int nlocals; in r_object() local
Dcompile.c3817 int nlocals, flags; in makecode() local
/external/python/cpython3/Python/
Dmarshal.c1363 int nlocals; in r_object() local
Dcompile.c5379 Py_ssize_t nlocals; in makecode() local