Home
last modified time | relevance | path

Searched refs:dict_pop (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Ddictobject.c2033 dict_pop(PyDictObject *mp, PyObject *args) in dict_pop() function
2275 {"pop", (PyCFunction)dict_pop, METH_VARARGS,