Home
last modified time | relevance | path

Searched refs:u_varnames (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c182 PyObject *u_varnames; /* local variables */ member
600 Py_CLEAR(u->u_varnames); in compiler_unit_free()
631 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
633 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1999 c->u->u_ste->ste_symbols, c->u->u_varnames, c->u->u_names); in get_ref_type()
6883 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
6902 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()