Home
last modified time | relevance | path

Searched defs:dictitems (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dpickle.py622 dictitems=None, state_setter=None, obj=None): argument
/third_party/python/Objects/
Dtypeobject.c5125 PyObject **dictitems) in _PyObject_GetItemsIter()
5173 PyObject *newobj, *newargs, *state, *listitems, *dictitems; in reduce_newobj() local
/third_party/python/Modules/
D_pickle.c3942 PyObject *dictitems = Py_None; in save_reduce() local
/third_party/python/Lib/test/
Dtest_descr.py5054 listitems=None, dictitems=None): argument