Searched refs:map_to_dict (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | frameobject.c | 928 map_to_dict(PyObject *map, Py_ssize_t nmap, PyObject *dict, PyObject **values, in map_to_dict() function 1045 if (map_to_dict(map, j, locals, fast, 0) < 0) in PyFrame_FastToLocalsWithError() 1051 if (map_to_dict(co->co_cellvars, ncells, in PyFrame_FastToLocalsWithError() 1064 if (map_to_dict(co->co_freevars, nfreevars, in PyFrame_FastToLocalsWithError()
|