Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_pop

1969 dict_pop(PyDictObject *mp, PyObject *args)

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