|
|
__init__(self,
config,
ui_options,
controlsocket)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| request_status(self,
infohash,
want_spew,
want_fileinfo) |
source code
|
|
|
|
|
|
|
| change_torrent_state(self,
infohash,
oldstate,
newstate=None,
pred=None,
succ=None,
replaced=None,
force_running=False) |
source code
|
|
|
|
|
|
|
| check_completion(self,
infohash,
filelist=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from download.Feedback:
exception
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|