Searched defs:compiler_unit (Results 1 – 1 of 1) sorted by relevance
299 struct compiler_unit { struct300 PySTEntryObject *u_ste;302 PyObject *u_name;303 PyObject *u_qualname; /* dot-separated qualified name (lazy) */304 int u_scope_type;310 PyObject *u_consts; /* all constants */311 PyObject *u_names; /* all names */312 PyObject *u_varnames; /* local variables */313 PyObject *u_cellvars; /* cell variables */314 PyObject *u_freevars; /* free variables */[all …]