Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Ddictobject.c.h15 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value);
29 return_value = dict_fromkeys_impl(type, iterable, value); in dict_fromkeys()
/external/python/cpython3/Objects/
Ddictobject.c2226 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value) in dict_fromkeys_impl() function