Searched defs:nlocals (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/ |
D | codeobject.c | 118 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/ |
D | codeobject.c | 93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New() 272 int nlocals; in code_new() local
|
/external/python/cpython2/Python/ |
D | marshal.c | 1006 int nlocals; in r_object() local
|
D | compile.c | 3817 int nlocals, flags; in makecode() local
|
/external/python/cpython3/Python/ |
D | marshal.c | 1303 int nlocals; in r_object() local
|
D | compile.c | 5907 Py_ssize_t nlocals; in makecode() local
|