| Home | Trees | Index | Help |
|
|---|
| Package ldaptor :: Package protocols :: Module pureber :: Class BERInteger |
|
BERBase --+
|
BERInteger
BEREnumerated| Method Summary | |
|---|---|
Create a new BERInteger object. | |
__repr__(self)
| |
__str__(self)
| |
fromBER(klass,
tag,
content,
berdecoder)
(Class method) | |
| Inherited from BERBase | |
| |
| |
| |
| |
| |
| Class Variable Summary | |
|---|---|
int |
tag = 2 |
NoneType |
value = None |
| Instance Method Details |
|---|
__init__(self,
value=None,
tag=None)
Create a new BERInteger object. value is an integer.
|
| Class Variable Details |
|---|
tag
|
value
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Oct 1 10:49:45 2006 | http://epydoc.sf.net |