class documentation

Undocumented

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method asLDIF Undocumented
Method patch Find the correct entry in IConnectedLDAPEntry and patch it.
Instance Variable entry Undocumented
def __eq__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, entry): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def asLDIF(self): (source)

Undocumented

def patch(self, root): (source)

Find the correct entry in IConnectedLDAPEntry and patch it. @param root: IConnectedLDAPEntry that is at the root of the subtree the patch applies to. @returns: Deferred with None or failure.

entry = (source)

Undocumented