| Trees | Indices | Help |
|
|---|
|
|
Minimal bit-array class
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ar_type = 'I'
|
|||
bits_per_word = 8* array.array(ar_type).itemsize
|
|||
bit = []
|
|||
|
|||
If blob is specified, create a bit-array from it, assuming it is an sqlite blob containing packed Longs constituting a bit array. Else, if bit_len is specified, return an empty bit set large enough to hold the specified number of bits. An exception is thrown if neither neither bit_len nor blob is specified. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:26 2015 | http://epydoc.sourceforge.net |