MCPcopy Index your code
hub / github.com/pyload/pyload / ServerStatus

Class ServerStatus

module/remote/socketbackend/ttypes.py:198–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 self.pid = pid
197
198class ServerStatus(BaseObject):
199 __slots__ = ['pause', 'active', 'queue', 'total', 'speed', 'download', 'reconnect']
200
201 def __init__(self, pause=None, active=None, queue=None, total=None, speed=None, download=None, reconnect=None):
202 self.pause = pause
203 self.active = active
204 self.queue = queue
205 self.total = total
206 self.speed = speed
207 self.download = download
208 self.reconnect = reconnect
209
210class ServiceCall(BaseObject):
211 __slots__ = ['plugin', 'func', 'arguments', 'parseArguments']

Callers 1

statusServerMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected