Searched refs:dict_fromkeys_impl (Results 1 – 2 of 2) sorted by relevance
15 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value);29 return_value = dict_fromkeys_impl(type, iterable, value); in dict_fromkeys()
2226 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value) in dict_fromkeys_impl() function