UserList :: UserList :: Class UserList
[hide private]
[frames] | no frames]

Class UserList

source code

Known Subclasses:
SCons.Builder.ListEmitter, SCons.Executor.TSList, SCons.Node.NodeList, SCons.Script.TargetList, SCons.Subst.Targets_or_Sources, SCons.Util.CLVar, SCons.Util.NodeList, SCons.Util.UniqueList, SCons.Variables.ListVariable'._ListVariable

Instance Methods [hide private]
 
__init__(self, initlist=False) source code
 
__repr__(self) source code
 
__lt__(self, other) source code
 
__le__(self, other) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__gt__(self, other) source code
 
__ge__(self, other) source code
 
__cast(self, other) source code
 
__cmp__(self, other) source code
 
__contains__(self, item) source code
 
__len__(self) source code
 
__getitem__(self, i) source code
 
__setitem__(self, i, item) source code
 
__delitem__(self, i) source code
 
__getslice__(self, i, j) source code
 
__setslice__(self, i, j, other) source code
 
__delslice__(self, i, j) source code
 
__add__(self, other) source code
 
__radd__(self, other) source code
 
__iadd__(self, other) source code
 
__mul__(self, n) source code
 
__rmul__(self, n) source code
 
__imul__(self, n) source code
 
append(self, item) source code
 
insert(self, i, item) source code
 
pop(self, i=-1) source code
 
remove(self, item) source code
 
count(self, item) source code
 
index(self, item, *args) source code
 
reverse(self) source code
 
sort(self, *args, **kwds) source code
 
extend(self, other) source code