Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c363 dictbytype(PyObject *src, int scope_type, int flag, int offset) in dictbytype() function
485 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()
/external/python/cpython3/Python/
Dcompile.c436 dictbytype(PyObject *src, int scope_type, int flag, Py_ssize_t offset) in dictbytype() function
564 u->u_cellvars = dictbytype(u->u_ste->ste_symbols, CELL, 0, 0); in compiler_enter_scope()
594 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope()