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

Class LDAPDelRequest

source code

        LDAPProtocolOp --+    
                         |    
       LDAPProtocolRequest --+
                             |
   pureber.BERBase --+       |
                     |       |
pureber.BEROctetString --+   |
                         |   |
                LDAPString --+
                             |
                            LDAPDelRequest

Instance Methods [hide private]
 
__init__(self, value=None, entry=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.BEROctetString: fromBER

Class Variables [hide private]
  tag = 74
hash(x)

Inherited from LDAPProtocolRequest: needs_answer

Inherited from pureber.BEROctetString: value

Method Details [hide private]

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

source code 

Initialize the object

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

Overrides: pureber.BERBase.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: pureber.BEROctetString.__str__

__repr__(self)
(Representation operator)

source code 
Overrides: pureber.BEROctetString.__repr__