Searched refs:dictbytype (Results 1 – 1 of 1) sorted by relevance
363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype() function485 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()491 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope()