UserList
 

# A more or less complete user-defined wrapper around list objects


 Classes
                                                                                                                                                                                                                               
UserList


 class UserList
           # A more or less complete user-defined wrapper around list objects
 
                                                                                                                                                                                                                     
__add__(self, other)
no doc string
__cmp__(self, other)
no doc string
__delitem__(self, i)
no doc string
__delslice__(self, i, j)
no doc string
__getitem__(self, i)
no doc string
__getslice__(self, i, j)
no doc string
__init__(self, list=None)
no doc string
__len__(self)
no doc string
__mul__(self, n)
no doc string
__radd__(self, other)
no doc string
__repr__(self)
no doc string
__mul__(self, n)
no doc string
__setitem__(self, i, item)
no doc string
__setslice__(self, i, j, other)
no doc string
append(self, item)
no doc string
count(self, item)
no doc string
extend(self, other)
no doc string
index(self, item)
no doc string
insert(self, i, item)
no doc string
pop(self, i=-1)
no doc string
remove(self, item)
no doc string
reverse(self)
no doc string
sort(self, *args)
no doc string