Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
H A Ddictobject.c.h15 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value);
33 return_value = dict_fromkeys_impl(type, iterable, value); in dict_fromkeys()
/third_party/python/Objects/
H A Ddictobject.c2662 dict_fromkeys_impl(PyTypeObject *type, PyObject *iterable, PyObject *value) in dict_fromkeys_impl() function

Completed in 8 milliseconds