Trees
Indices
Help
Python Standard Library
Module UserList
:: Class UserList
[
hide private
]
[
frames
] |
no frames
]
Class UserList
Instance Methods
[
hide private
]
__init__
(
self
,
initlist
=
None
)
__repr__
(
self
)
__lt__
(
self
,
other
)
__le__
(
self
,
other
)
__eq__
(
self
,
other
)
__ne__
(
self
,
other
)
__gt__
(
self
,
other
)
__ge__
(
self
,
other
)
__cast
(
self
,
other
)
__cmp__
(
self
,
other
)
__contains__
(
self
,
item
)
__len__
(
self
)
__getitem__
(
self
,
i
)
__setitem__
(
self
,
i
,
item
)
__delitem__
(
self
,
i
)
__getslice__
(
self
,
i
,
j
)
__setslice__
(
self
,
i
,
j
,
other
)
__delslice__
(
self
,
i
,
j
)
__add__
(
self
,
other
)
__radd__
(
self
,
other
)
__iadd__
(
self
,
other
)
__mul__
(
self
,
n
)
__rmul__
(
self
,
n
)
__imul__
(
self
,
n
)
append
(
self
,
item
)
insert
(
self
,
i
,
item
)
pop
(
self
,
i
=
-1
)
remove
(
self
,
item
)
count
(
self
,
item
)
index
(
self
,
item
,
*args
)
reverse
(
self
)
sort
(
self
,
*args
,
**kwds
)
extend
(
self
,
other
)
Trees
Indices
Help
Python Standard Library
Generated by Epydoc 3.0 on Tue Jan 29 22:42:15 2008
http://epydoc.sourceforge.net