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

Class LDAPDelRequest

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


Method Summary
  __init__(self, entry, encoded, berdecoder, tag)
Initialize the object
  __repr__(self)
  __str__(self)
    Inherited from BEROctetString
  decode(self, encoded, berdecoder)
    Inherited from BERBase
  __cmp__(self, other)
  __eq__(self, other)
  __len__(self)
  __ne__(self, other)
  identification(self)

Class Variable Summary
int tag = 74                                                                    
    Inherited from LDAPProtocolRequest
int needs_answer = 1                                                                     

Method Details

__init__(self, entry=None, encoded=None, berdecoder=None, tag=None)
(Constructor)

Initialize the object

l=LDAPDelRequest(entry='cn=foo,dc=example,dc=com')
Overrides:
ldaptor.protocols.pureldap.LDAPProtocolOp.__init__

Class Variable Details

tag

Type:
int
Value:
74                                                                    

Generated by Epydoc 2.1 on Tue Aug 17 17:08:21 2004 http://epydoc.sf.net