Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/python/cpython2/Objects/
Ddictobject.c1416 dict_fromkeys(PyObject *cls, PyObject *args) in dict_fromkeys() function
2347 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,
/external/python/cpython2/Doc/howto/
Ddescriptor.rst412 "Emulate dict_fromkeys() in Objects/dictobject.c"
/external/python/cpython3/Doc/howto/
Ddescriptor.rst1238 "Emulate dict_fromkeys() in Objects/dictobject.c"