Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c1464 defdict_missing(defdictobject *dd, PyObject *key) in defdict_missing() function
1550 {"__missing__", (PyCFunction)defdict_missing, METH_O,
/external/python/cpython3/Modules/
D_collectionsmodule.c1972 defdict_missing(defdictobject *dd, PyObject *key) in defdict_missing() function
2071 {"__missing__", (PyCFunction)defdict_missing, METH_O,