deluge.core.daemon

class deluge.core.daemon.Daemon(options=None, args=None, classic=False)

Bases: object

get_method_list()

RPC Exported Function (Auth Level: 5)

Returns a list of the exported methods.

info()

RPC Exported Function (Auth Level: 5)

Returns some info from the daemon.

Returns:str, the version number
shutdown(*args, **kwargs)
RPC Exported Function (Auth Level: 5)

Previous topic

deluge.core.core

Next topic

deluge.core.eventmanager

This Page