Home | History | Annotate | Download | only in Objects

Lines Matching refs:dict_get

1901 dict_get(register PyDictObject *mp, PyObject *args)

2207 {"get", (PyCFunction)dict_get, METH_VARARGS,