Home
last modified time | relevance | path

Searched defs:setitem (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_memoryview.py72 def setitem(value): function
103 def setitem(key, value): function
/external/python/cpython3/Lib/test/
Dtest_memoryview.py66 def setitem(value): function
99 def setitem(key, value): function
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py84 def setitem(s, name, value): function
/external/python/cpython3/Lib/
Doperator.py181 def setitem(a, b, c): function
/external/python/cpython2/Modules/
Darraymodule.c28 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *); member
DcPickle.c1793 static char setitem = SETITEM; in batch_dict() local
1924 static char setitem = SETITEM; in batch_dict_exact() local
/external/python/cpython3/Modules/
Darraymodule.c33 int (*setitem)(struct arrayobject *, Py_ssize_t, PyObject *); member