Trees | Indices | Help |
---|
|
object --+ | list --+ | WatchedList
|
|||
new empty list |
|
||
|
|||
|
|||
|
|||
item |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
append object to end
|
insert object before index
|
remove first occurrence of value. Raises ValueError if the value is not present.
|
remove and return item at index (default last). Raises IndexError if list is empty or index is out of range.
|
stable sort *IN PLACE*; cmp(x, y) -> -1, 0, 1
|
reverse *IN PLACE*
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:01 2013 | http://epydoc.sourceforge.net |