| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
sets.BaseSet --+
|
sets.Set --+
|
LDAPAttributeSet
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Return a shallow copy of a set.
|
Return a deep copy of a set; used by copy module.
|
Note that LDAPAttributeSets can also be compared against any iterator. In that case the attributeType will be ignored.
|
Construct a set from an optional iterable.
|
|
Return string representation of a set. This looks like 'Set([<list of elements>])'.
|
Return a shallow copy of a set.
|
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 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.)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 23 20:50:55 2012 | http://epydoc.sourceforge.net |