Package ldaptor :: Module delta :: Class Replace
[hide private]
[frames] | no frames]

Class Replace

source code

               object --+            
                        |            
                      set --+        
                            |        
attributeset.LDAPAttributeSet --+    
                                |    
                     Modification --+
                                    |
                                   Replace

Instance Methods [hide private]
 
patch(self, entry) source code
 
asLDIF(self) source code

Inherited from Modification: __eq__, asLDAP

Inherited from attributeset.LDAPAttributeSet: __copy__, __deepcopy__, __init__, __ne__, __repr__, copy, difference, intersection, symmetric_difference, union

Inherited from set: __and__, __cmp__, __contains__, __ge__, __getattribute__, __gt__, __iand__, __ior__, __isub__, __iter__, __ixor__, __le__, __len__, __lt__, __new__, __or__, __rand__, __reduce__, __ror__, __rsub__, __rxor__, __sizeof__, __sub__, __xor__, add, clear, difference_update, discard, intersection_update, isdisjoint, issubset, issuperset, pop, remove, symmetric_difference_update, update

Inherited from object: __delattr__, __format__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Variables [hide private]
  _LDAP_OP = 2
hash(x)

Inherited from set: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

patch(self, entry)

source code 
Overrides: Modification.patch