| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Bitfield A bitfield, a indicating the pieces a peer has. |
|||
|
|||
|
|||
tuple of list of
boolean
|
|
||
|
|||
|
|||
list of tuple of
boolean
|
lookup_table = A lookup table for converting characters to a tuple of booleans. |
||
dictionary
|
reverse_lookup_table = A reverse mapping of lookup_table. |
||
i = 255
|
|||
x =
|
|||
|
|||
|
|
|||
lookup_tableA lookup table for converting characters to a tuple of booleans. Each tuple has 8 booleans, which are true for all the bits in the character that are set.
|
reverse_lookup_tableA reverse mapping of lookup_table. The keys are the tuples of 8 booleans, which map to values that are the characters the tuples were created from.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Aug 19 16:26:53 2007 | http://epydoc.sourceforge.net |