philh_myftp_biz.web.torrent.file

Module Contents

Classes

TorrentFile

API

exception philh_myftp_biz.web.torrent.file.TorrentFileNotFoundError

Bases: Exception

class philh_myftp_biz.web.torrent.file.TorrentFile
torrent: philh_myftp_biz.web.torrent.Torrent = None
id: str = None
__repr__() str
property raw: qbittorrentapi.TorrentFile
path() philh_myftp_biz.pc.Path
name() str
size() float
property downloading: bool
property finished: bool
property enabled: bool
_set_priority(priority: int) None
start() None
stop() None