Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c106 PyObject *u_names; /* all names */ member
455 Py_CLEAR(u->u_names); in compiler_unit_free()
508 u->u_names = PyDict_New(); in compiler_enter_scope()
509 if (!u->u_names) { in compiler_enter_scope()
1237 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
2318 PyObject *dict = c->u->u_names; in compiler_nameop()
3824 names = dict_keys_inorder(c->u->u_names, 0); in makecode()