Searched defs:dictitems (Results 1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Lib/ |
| D | pickle.py | 346 listitems=None, dictitems=None, obj=None): argument
|
| /external/python/cpython3/Lib/ |
| D | pickle.py | 622 dictitems=None, state_setter=None, obj=None): argument
|
| /external/python/cpython3/Objects/ |
| D | typeobject.c | 5123 PyObject **dictitems) in _PyObject_GetItemsIter() 5171 PyObject *newobj, *newargs, *state, *listitems, *dictitems; in reduce_newobj() local
|
| /external/python/cpython2/Modules/ |
| D | cPickle.c | 2404 PyObject *dictitems = Py_None; in save_reduce() local
|
| /external/python/cpython3/Modules/ |
| D | _pickle.c | 3942 PyObject *dictitems = Py_None; in save_reduce() local
|
| /external/python/cpython2/Objects/ |
| D | typeobject.c | 3316 PyObject *slots = NULL, *listitems = NULL, *dictitems = NULL; in reduce_2() local
|
| /external/python/cpython3/Lib/test/ |
| D | test_descr.py | 5054 listitems=None, dictitems=None): argument
|