MCPcopy
hub / github.com/pyload/pyload / print_status

Function print_status

pyLoadCli.py:433–439  ·  view source on GitHub ↗
(download)

Source from the content-addressed store, hash-verified

431
432
433def print_status(download):
434 return "#%(id)-6s %(name)-40s Status: %(statusmsg)-10s Size: %(size)s" % {
435 "id": download.fid,
436 "name": download.name,
437 "statusmsg": download.statusmsg,
438 "size": download.format_size
439 }
440
441
442def print_commands():

Callers 1

processCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected