BaseRequester

BaseRequester

BaseRequester is a class created to provide an easy way to create classes that implement a lot of operations over XMLRPC. It is not the same as MultiBase in the sense that this performs operations on all the items in the view. (For example, TorrentRequester implements a method to get the name of each torrent in a view by simply calling .get_name().

class baserequester.BaseRequester(target)[source]
all()[source]

Returns a list of the results.

append_command(command)[source]

Add commands to the stack.

as_list()[source]

Table Of Contents

Previous topic

Peer

Next topic

TorrentRequester

This Page