def __init__(self, target, *args): """ Pass the host, port, url and possible default arguments. """ MultiBase.__init__(self, target, *args) self._rpc_methods = rtorrent._rpc_methods
def __init__(self, target, *args): """ Pass the host, port, url and possible default arguments. *args is usually only the torrent hash or just undefined. """ MultiBase.__init__(self, target, *args) self._rpc_methods = torrent._rpc_methods