| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Bencached Dummy data structure for storing bencoded data in memory. |
|||
|
|||
int, int
|
|
||
string, int
|
|
||
int, int
|
|
||
list, int
|
|
||
dictionary, int
|
|
||
| unknown |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| string |
|
||
|
|||
|
|||
logging.Logger
|
logger = logging.getLogger('DebTorrent.bencode')the logger to send all log messages to for this module |
||
dictionary of function
|
decode_func = {}a dictionary of function calls to be made, based on data, the keys are the first character of the data and the value is the function to use to decode that data |
||
list
|
bencached_marker = mutable type to ensure class origination |
||
dictionary of function
|
encode_func = a dictionary of function calls to be made, based on data, the keys are the type of the data and the value is the function to use to encode that data |
||
Imports: types.IntType, types.LongType, types.StringType, types.ListType, types.TupleType, types.DictType, logging, bool, unicode, cStringIO.StringIO, BencachedType, psyco
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
encode_funca dictionary of function calls to be made, based on data, the keys are the type of the data and the value is the function to use to encode that data
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Aug 19 16:26:53 2007 | http://epydoc.sourceforge.net |