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

Class ModifyOp

source code

object --+    
         |    
 Operation --+
             |
            ModifyOp

Instance Methods [hide private]
 
__init__(self, dn, modifications=[])
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
asLDIF(self) source code
 
asLDAP(self) source code
 
patch(self, root)
Find the correct entry in IConnectedLDAPEntry and patch it.
source code
 
__repr__(self)
repr(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_getClassFromOp(class_, op) source code
 
fromLDAP(class_, request) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dn, modifications=[])
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

patch(self, root)

source code 

Find the correct entry in IConnectedLDAPEntry and patch it.

Parameters:
  • root - IConnectedLDAPEntry that is at the root of the subtree the patch applies to.
Returns:
Deferred with None or failure.
Overrides: Operation.patch
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)