|
|
__init__(self,
url,
config,
schedule,
neighbors,
amount_left,
up,
down,
local_port,
infohash,
doneflag,
diefunc,
sfunc,
certificate,
sessionid)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_rerequest(self,
query)
Make an HTTP GET request to the tracker Note: This runs in its own
thread. |
source code
|
|
|
|
|
|
|
| _postrequest(self,
data=None,
errormsg=None) |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|