types.ListType
.
0
if successful; returns -1
and
raises an exception if unsuccessful. Analogous to
list.insert(index, item)
.
0
if successful; returns -1
and sets an exception if
unsuccessful. Analogous to list.append(item)
.
list[low:high]
.
list[low:high] = itemlist
. Returns
0
on success, -1
on failure.
0
on success,
-1
on failure. This is equivalent to
"list.sort()".
0
on
success, -1
on failure. This is the equivalent of
"list.reverse()".