Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Ddictobject.c.h12 …{"fromkeys", (PyCFunction)(void(*)(void))dict_fromkeys, METH_FASTCALL|METH_CLASS, dict_fromkeys__d…
18 dict_fromkeys(PyTypeObject *type, PyObject *const *args, Py_ssize_t nargs) in dict_fromkeys() function
/third_party/python/Doc/howto/
Ddescriptor.rst1323 "Emulate dict_fromkeys() in Objects/dictobject.c"