Searched defs:compiler_unit (Results 1 – 1 of 1) sorted by relevance
169 struct compiler_unit { struct170 PySTEntryObject *u_ste;172 PyObject *u_name;173 PyObject *u_qualname; /* dot-separated qualified name (lazy) */174 int u_scope_type;180 PyObject *u_consts; /* all constants */181 PyObject *u_names; /* all names */182 PyObject *u_varnames; /* local variables */183 PyObject *u_cellvars; /* cell variables */184 PyObject *u_freevars; /* free variables */[all …]