Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcodeobject.c118 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs()
268 int nlocals, int stacksize, int flags, in PyCode_New()
450 int nlocals; in code_new() local
/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/cpython2/Python/
Dmarshal.c1006 int nlocals; in r_object() local
Dcompile.c3817 int nlocals, flags; in makecode() local
/external/python/cpython3/Python/
Dmarshal.c1303 int nlocals; in r_object() local
Dcompile.c5907 Py_ssize_t nlocals; in makecode() local