Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_pop

2003 dict_pop(PyDictObject *mp, PyObject *args)

2245 {"pop", (PyCFunction)dict_pop, METH_VARARGS,