Searched defs:setitem (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_memoryview.py | 72 def setitem(value): function 103 def setitem(key, value): function
|
/external/python/cpython3/Lib/test/ |
D | test_memoryview.py | 66 def setitem(value): function 99 def setitem(key, value): function
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 84 def setitem(s, name, value): function
|
/external/python/cpython3/Lib/ |
D | operator.py | 181 def setitem(a, b, c): function
|
/external/python/cpython2/Modules/ |
D | arraymodule.c | 28 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *); member
|
D | cPickle.c | 1793 static char setitem = SETITEM; in batch_dict() local 1924 static char setitem = SETITEM; in batch_dict_exact() local
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 33 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *); member
|