Searched refs:dict_fromkeys (Results 1 – 2 of 2) 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
1323 "Emulate dict_fromkeys() in Objects/dictobject.c"