示例#1
0
    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
示例#2
0
    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
示例#3
0
    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