Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Ddictobject.c1370 dict_fromkeys(PyObject *cls, PyObject *args) in dict_fromkeys() function
2293 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,
/external/python/cpython2/Doc/howto/
Ddescriptor.rst412 "Emulate dict_fromkeys() in Objects/dictobject.c"