Home
last modified time | relevance | path

Searched defs:compiler_unit (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c97 struct compiler_unit { struct
98 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 …]