Searched defs:compiler_unit (Results 1 – 1 of 1) sorted by relevance
111 struct compiler_unit { struct112 PySTEntryObject *u_ste;114 PyObject *u_name;115 PyObject *u_qualname; /* dot-separated qualified name (lazy) */116 int u_scope_type;122 PyObject *u_consts; /* all constants */123 PyObject *u_names; /* all names */124 PyObject *u_varnames; /* local variables */125 PyObject *u_cellvars; /* cell variables */126 PyObject *u_freevars; /* free variables */[all …]