Searched refs:dictbytype (Results 1 – 1 of 1) sorted by relevance
509 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() function632 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()