Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_fromkeys

1370 dict_fromkeys(PyObject *cls, PyObject *args)
2293 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,