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

Class BERBoolean

source code

BERBase --+
          |
         BERBoolean
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, value=None, tag=None)
Create a new BERInteger object.
source code
 
__repr__(self) source code
 
__str__(self) source code

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

Class Methods [hide private]
 
fromBER(klass, tag, content, berdecoder=None) source code
Class Variables [hide private]
  tag = 1
Method Details [hide private]

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

source code 

Create a new BERInteger object. value is an integer.

Overrides: BERBase.__init__