Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c509 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() function
632 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
656 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope()