class documentation

Undocumented

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

Inherited from BERInteger (via LDAPInteger):

Class Method fromBER Undocumented
Instance Variable value Undocumented

Inherited from BERBase (via LDAPInteger, BERInteger):

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

Inherited from WireStrAlias (via LDAPInteger, BERInteger, BERBase):

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

Initialize the object l=LDAPAbandonRequest(id=1)

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