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, value, entry, tag)
Initialize the object
  __repr__(self)
  __str__(self)
    Inherited from BEROctetString
  fromBER(klass, tag, content, berdecoder)
(Class method)
    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                                                                     
    Inherited from BEROctetString
NoneType value = None                                                                  

Instance Method Details

__init__(self, value=None, entry=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 Fri Mar 11 00:37:45 2005 http://epydoc.sf.net