Searched defs:nlocalsplus (Results 1 – 3 of 3) sorted by relevance
104 PyObject *locals, int nlocalsplus) in _PyFrame_InitializeSpecials()
176 Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(names); in get_localsplus_counts() local291 int nlocalsplus = (int)PyTuple_GET_SIZE(con->localsplusnames); in init_code() local523 int nlocalsplus = nvarnames + ncellvars + nfreevars; in PyCode_NewWithPosOnlyArgs() local
7935 compute_localsplus_info(struct compiler *c, int nlocalsplus, in compute_localsplus_info()7981 int maxdepth, int nlocalsplus) in makecode()8391 int nlocalsplus = nlocals + ncellvars + nfreevars; in assemble() local