Searched refs:dict_fromkeys (Results 1 – 4 of 4) sorted by relevance
12 …{"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
1416 dict_fromkeys(PyObject *cls, PyObject *args) in dict_fromkeys() function2347 {"fromkeys", (PyCFunction)dict_fromkeys, METH_VARARGS | METH_CLASS,
412 "Emulate dict_fromkeys() in Objects/dictobject.c"
1238 "Emulate dict_fromkeys() in Objects/dictobject.c"