Home | Trees | Index | Help |
---|
Module sets :: Class ImmutableSet |
|
object
--+ |BaseSet
--+ | ImmutableSet
DBAPISet
Immutable set class.
Method Summary | |
---|---|
Construct an immutable set from an optional iterable. | |
__getstate__(self)
| |
__hash__(self)
| |
__setstate__(self,
state)
| |
Inherited from BaseSet | |
Return the intersection of two sets as a new set. | |
| |
Report whether an element is a member of a set. | |
Return a shallow copy of a set. | |
Return a deep copy of a set; used by copy module. | |
| |
Report whether this set contains another set. | |
| |
Return an iterator over the elements or a set. | |
Report whether another set contains this set. | |
Return the number of elements of a set. | |
| |
| |
Return the union of two sets as a new set. | |
Return string representation of a set. | |
Return string representation of a set. | |
Return the difference of two sets as a new Set. | |
Return the symmetric difference of two sets as a new set. | |
Return a shallow copy of a set. | |
Return the difference of two sets as a new Set. | |
Return the intersection of two sets as a new set. | |
Report whether another set contains this set. | |
Report whether this set contains another set. | |
Return the symmetric difference of two sets as a new set. | |
Return the union of two sets as a new set. | |
| |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
list |
__slots__ = ['_hashcode']
|
member_descriptor |
_hashcode = <member '_hashcode' of 'ImmutableSet' object...
|
Inherited from BaseSet | |
member_descriptor |
_data = <member '_data' of 'BaseSet' objects>
|
Method Details |
---|
__init__(self,
iterable=None)
|
Class Variable Details |
---|
__slots__
|
_hashcode
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Mar 3 21:14:16 2007 | http://epydoc.sf.net |