Package ldaptor :: Package protocols :: Module pureldap :: Class LDAPAbandonRequest
[hide private]
[frames] | no frames]

Class LDAPAbandonRequest

source code

     LDAPProtocolOp --+    
                      |    
    LDAPProtocolRequest --+
                          |
pureber.BERBase --+       |
                  |       |
 pureber.BERInteger --+   |
                      |   |
            LDAPInteger --+
                          |
                         LDAPAbandonRequest

Instance Methods [hide private]
 
__init__(self, value=None, id=None, tag=None)
Initialize the object
source code
 
__str__(self) source code
 
__repr__(self) source code

Inherited from pureber.BERBase: __cmp__, __eq__, __len__, __ne__, identification

Class Methods [hide private]

Inherited from pureber.BERInteger: fromBER

Class Variables [hide private]
  tag = 80
hash(x)
  needs_answer = 0
hash(x)

Inherited from pureber.BERInteger: value

Method Details [hide private]

__init__(self, value=None, id=None, tag=None)
(Constructor)

source code 

Initialize the object

l=LDAPAbandonRequest(id=1)

Overrides: pureber.BERBase.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: pureber.BERInteger.__str__

__repr__(self)
(Representation operator)

source code 
Overrides: pureber.BERInteger.__repr__