Trees | Indices | Help |
|
---|
|
object --+ | frozenset
frozenset(iterable) --> frozenset object
Build an immutable unordered collection of unique elements.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
Return state information for pickling.
|
repr(x)
|
Return the difference of two sets as a new set. (i.e. all elements that are in this set but not the other.) |
Return the intersection of two sets as a new set. (i.e. all elements that are in both sets.) |
Return the symmetric difference of two sets as a new set. (i.e. all elements that are in exactly one of the sets.) |
Return the union of two sets as a new set. (i.e. all elements that are in either set.) |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:43:41 2008 | http://epydoc.sourceforge.net |