Lines Matching refs:equivalent
21 failure. This is equivalent to the Python expression ``len(o)``.
31 This is the equivalent of the Python expression ``o1 + o2``.
37 failure. This is the equivalent of the Python expression ``o * count``.
47 The operation is done *in-place* when *o1* supports it. This is the equivalent
55 equivalent of the Python expression ``o *= count``.
64 Return the *i*\ th element of *o*, or *NULL* on failure. This is the equivalent of
75 failure. This is the equivalent of the Python expression ``o[i1:i2]``.
86 is the equivalent of the Python statement ``o[i] = v``. This function *does
100 equivalent of the Python statement ``del o[i]``.
111 This is the equivalent of the Python statement ``o[i1:i2] = v``.
124 failure. This is the equivalent of the Python statement ``del o[i1:i2]``.
135 equivalent to the Python expression ``o.count(value)``.
146 equivalent to the Python expression ``value in o``.
152 ``-1``. This is equivalent to the Python expression ``o.index(value)``.
172 equivalent to the Python expression ``tuple(o)``.