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

Class Operation

source code

object --+
         |
        Operation
Known Subclasses:

Instance Methods [hide private]
 
patch(self, root)
Find the correct entry in IConnectedLDAPEntry and patch it.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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.