Searched defs:compiler_unit (Results 1 – 2 of 2) sorted by relevance
97 struct compiler_unit { struct98 PySTEntryObject *u_ste;100 PyObject *u_name;105 PyObject *u_consts; /* all constants */106 PyObject *u_names; /* all names */107 PyObject *u_varnames; /* local variables */108 PyObject *u_cellvars; /* cell variables */109 PyObject *u_freevars; /* free variables */111 PyObject *u_private; /* for private name mangling */113 int u_argcount; /* number of arguments for block */[all …]
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 …]