|
- Method resolution order:
- Set
- __builtin__.list
- __builtin__.object
Methods defined here:
- __add__(self, other)
- __and__(self, other)
- __cmp__(self, other)
- __init__(self, value=[])
- __or__(self, other)
- __radd__ = __add__(self, other)
- __repr__(self)
- append(self, value)
- concat(self, value)
- intersect(self, other)
- remove(self, value)
- union(self, other)
Data and non-method functions defined here:
- __dict__ = <dict-proxy object>
- __weakref__ = <member '__weakref__' of 'Set' objects>
|