Package ldaptor :: Package protocols :: Module pureber :: Class BERBoolean
[show private | hide private]
[frames | no frames]

Class BERBoolean

BERBase --+
          |
         BERBoolean

Known Subclasses:
LDAPMatchingRuleAssertion_dnAttributes

Method Summary
  __init__(self, value, encoded, berdecoder, tag)
Create a new BERInteger object.
  __repr__(self)
  __str__(self)
  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 = 1                                                                     

Method Details

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

Create a new BERInteger object. Either value or encoded must be given: value is an integer, encoded is a MutableString.
Overrides:
ldaptor.protocols.pureber.BERBase.__init__

Class Variable Details

tag

Type:
int
Value:
1                                                                     

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