Abstract base for UserList-like, read-only list proxy objects
Methods
|
|
|
|
__add__
|
__add__ ( self, other )
|
|
__cmp__
|
__cmp__ ( self, other )
|
|
__contains__
|
__contains__ ( self, item )
|
|
__eq__
|
__eq__ ( self, other )
|
|
__ge__
|
__ge__ ( self, other )
|
|
__getitem__
|
__getitem__ ( self, i )
|
|
__getslice__
|
__getslice__ (
self,
i,
j,
)
|
|
__gt__
|
__gt__ ( self, other )
|
|
__le__
|
__le__ ( self, other )
|
|
__len__
|
__len__ ( self )
|
|
__lt__
|
__lt__ ( self, other )
|
|
__mul__
|
__mul__ ( self, n )
|
|
__ne__
|
__ne__ ( self, other )
|
|
__radd__
|
__radd__ ( self, other )
|
|
__repr__
|
__repr__ ( self )
|
|
_cast
|
_cast ( self, other )
|
|
count
|
count ( self, item )
|
|
index
|
index ( self, item )
|
|