Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpickle.py621 def save_reduce(self, func, args, state=None, listitems=None, argument
/third_party/python/Objects/
Dtypeobject.c5124 _PyObject_GetItemsIter(PyObject *obj, PyObject **listitems, in _PyObject_GetItemsIter()
5173 PyObject *newobj, *newargs, *state, *listitems, *dictitems; in reduce_newobj() local
/third_party/python/Modules/
D_pickle.c3941 PyObject *listitems = Py_None; in save_reduce() local
/third_party/python/Lib/test/
Dtest_descr.py5054 listitems=None, dictitems=None): argument