Home | Trees | Indices | Help |
|
---|
|
object --+ | sets.BaseSet --+ | sets.Set --+ | LDAPAttributeSet
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Construct a set from an optional iterable.
|
Return string representation of a set. This looks like 'Set([<list of elements>])'.
|
Note that LDAPAttributeSets can also be compared against any iterator. In that case the attributeType will be ignored.
|
|
Return the difference of two sets as a new Set. (I.e. all elements that are in this set and not in the other.)
|
Return the union of two sets as a new set. (I.e. all elements that are in either set.)
|
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 a shallow copy of a set.
|
Return a shallow copy of a set.
|
Return a deep copy of a set; used by copy module.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jun 7 03:20:08 2009 | http://epydoc.sourceforge.net |