Searched defs:nlocals (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 28 int nlocals; in code_new() local
|
/third_party/python/Objects/ |
D | codeobject.c | 118 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs() 276 int nlocals, int stacksize, int flags, in PyCode_New() 550 int kwonlyargcount, int nlocals, int stacksize, int flags, in code_new_impl()
|
/third_party/python/Python/ |
D | marshal.c | 1307 int nlocals; in r_object() local
|
D | compile.c | 6877 Py_ssize_t nlocals; in makecode() local
|