Home | Trees | Indices | Help |
|
---|
|
object --+ | set --+ | LDAPAttributeSet
|
|||
|
|||
|
|||
|
|||
new empty set object |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Note that LDAPAttributeSets can also be compared against any iterator. In that case the attributeType will be ignored.
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x!=y
|
repr(x)
|
Return a shallow copy of a set.
|
Return the difference of two or more sets as a new set. (i.e. all elements that are in this set but not the others.)
|
Return the intersection of two or more sets as a new set. (i.e. elements that are common to all of the 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 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 Sun Feb 17 22:05:43 2013 | http://epydoc.sourceforge.net |