Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dcodeobject.c.h28 int nlocals; in code_new() local
/third_party/python/Objects/
Dcodeobject.c118 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/
Dmarshal.c1307 int nlocals; in r_object() local
Dcompile.c6877 Py_ssize_t nlocals; in makecode() local