class documentation

Undocumented

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

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, dn): (source)

Instance can be initialized with different objects: * ldaptor.entry.BaseLDAPEntry instance * ldaptor.protocols.ldap.distinguishedname.DistinguishedName instance * unicode or byte string

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.

Undocumented