Trees | Indices | Help |
---|
|
Requires:
Bugs:
To Do: maybe decorators?
Author: Kurt Schwehr
Version: 2068
Copyright: 2006
|
|||
BitVector
| unsigned_int_enc(val, bitSize) | ||
int
| unsigned_int_dec(bv) | ||
BitVector
| int_enc(val, bitSize) | ||
int
| int_dec(bv) | ||
BitVector
| bool_enc(val, bitSize) | ||
bool
| bool_dec(bv) | ||
BitVector
| unsigned_decimal_enc(val, bitSize) | ||
Decimal
| unsigned_decimal_dec(bv) | ||
BitVector
| decimal_enc(val, bitSize) | ||
Decimal
| decimal_dec(bv) | ||
BitVector
| float_enc(val, bitSize) | ||
float
| float_dec(bv) |
|
|||
|
__date__ = '2006-05-02' Date of last svn commit |
||
|
encode = {'string': <function encode at 0x11fdc30>, 'int': <f... use this table to get the functions to go from usable values in python to bitvectors |
||
|
decode = {'string': <function decode at 0x11fdbf0>, 'int': <f... use this table to get the functions to go from bitvectors to usable values in python |
||
|
success = False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__date__Date of last svn commit
|
encodeuse this table to get the functions to go from usable values in python to bitvectors
|
decodeuse this table to get the functions to go from bitvectors to usable values in python
|
successNone
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Tue Dec 12 17:34:31 2006 | http://epydoc.sourceforge.net |