class documentation

Undocumented

Method __init__ Initialize the object
Method __repr__ Undocumented
Method toWire Undocumented
Class Variable tag Undocumented

Inherited from LDAPProtocolRequest:

Class Variable needs_answer Undocumented

Inherited from LDAPString:

Instance Variable escaper Undocumented

Inherited from BEROctetString (via LDAPString):

Class Method fromBER Undocumented
Instance Variable value Undocumented

Inherited from BERBase (via LDAPString, BEROctetString):

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __len__ Undocumented
Method __ne__ Undocumented
Method identification Undocumented

Inherited from WireStrAlias (via LDAPString, BEROctetString, BERBase):

Method __str__ Undocumented
def __init__(self, value=None, entry=None, tag=None): (source)

Initialize the object l=LDAPDelRequest(entry='cn=foo,dc=example,dc=com')

def __repr__(self): (source)
def toWire(self): (source)