Searched refs:dict_fromkeys (Results 1 – 2 of 2) sorted by relevance
1370 dict_fromkeys(PyObject *cls, PyObject *args) in dict_fromkeys() function2293 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,
412 "Emulate dict_fromkeys() in Objects/dictobject.c"