UserList.UserList

class UserList.UserList(initlist=None)[source]

Methods

_UserList__cast(other)
__add__(other)
__cmp__(other)
__contains__(item)
__delitem__(i)
__delslice__(i, j)
__eq__(other)
__format__ default object formatter
__ge__(other)
__getitem__(i)
__getslice__(i, j)
__gt__(other)
__iadd__(other)
__imul__(n)
__init__([initlist])
__iter__()
__le__(other)
__len__()
__lt__(other)
__mul__(n)
__ne__(other)
__new__((S, ...)
__radd__(other)
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__repr__()
__reversed__()
__rmul__(n)
__setitem__(i, item)
__setslice__(i, j, other)
__sizeof__(() -> int) size of object in memory, in bytes
__subclasshook__(C)
append(item)
count(item)
extend(other)
index(item, *args)
insert(i, item)
pop([i])
remove(item)
reverse()
sort(*args, **kwds)