Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package protocols :: Package ldap :: Module ldapsyntax :: Class JournaledLDAPAttributeSet |
|
object
--+ |BaseSet
--+ |Set
--+ |LDAPAttributeSet
--+ | JournaledLDAPAttributeSet
Method Summary | |
---|---|
__init__(self,
ldapObject,
*a,
**kw)
| |
add(self,
value)
| |
Remove all elements from this set. | |
remove(self,
value)
| |
update(self,
sequence)
| |
Inherited from LDAPAttributeSet | |
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. | |
| |
Return string representation of a 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. | |
Return the symmetric difference of two sets as a new set. | |
Return the union of two sets as a new set. | |
Inherited from Set | |
| |
| |
| |
A Set cannot be hashed. | |
Update a set with the intersection of itself and another. | |
Update a set with the union of itself and another. | |
Remove all elements of another set from this set. | |
Update a set with the symmetric difference of itself and another. | |
| |
Remove all elements of another set from this set. | |
Remove an element from a set if it is a member. | |
Update a set with the intersection of itself and another. | |
Remove and return an arbitrary set element. | |
Update a set with the symmetric difference of itself and another. | |
Update a set with the union of itself and another. | |
Inherited from BaseSet | |
Return the intersection of two sets as a new set. | |
| |
Report whether an element is a member of a set. | |
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 the difference of two sets as a new Set. | |
Return the symmetric difference of two sets as a new set. | |
Report whether another set contains this set. | |
Report whether this set contains another 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 | |
---|---|
Inherited from Set | |
list |
__slots__ = []
|
Method Details |
---|
clear(self)Remove all elements from this set.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Aug 17 17:08:22 2004 | http://epydoc.sf.net |