Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dframeobject.c884 dict_to_map(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in dict_to_map() function
1012 dict_to_map(co->co_varnames, j, locals, fast, 0, clear); in PyFrame_LocalsToFast()
1016 dict_to_map(co->co_cellvars, ncells, in PyFrame_LocalsToFast()
1020 dict_to_map(co->co_freevars, nfreevars, in PyFrame_LocalsToFast()
/external/python/cpython2/Objects/
Dframeobject.c871 dict_to_map(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in dict_to_map() function
979 dict_to_map(co->co_varnames, j, locals, fast, 0, clear); in PyFrame_LocalsToFast()
983 dict_to_map(co->co_cellvars, ncells, in PyFrame_LocalsToFast()
987 dict_to_map(co->co_freevars, nfreevars, in PyFrame_LocalsToFast()