Searched defs:listitems (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | pickle.py | 621 def save_reduce(self, func, args, state=None, listitems=None, argument
|
/third_party/python/Objects/ |
D | typeobject.c | 5124 _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.c | 3941 PyObject *listitems = Py_None; in save_reduce() local
|
/third_party/python/Lib/test/ |
D | test_descr.py | 5054 listitems=None, dictitems=None): argument
|