MCPcopy
hub / github.com/pyload/pyload / formatSpeed

Function formatSpeed

module/utils.py:102–103  ·  view source on GitHub ↗
(speed)

Source from the content-addressed store, hash-verified

100
101
102def formatSpeed(speed):
103 return formatSize(speed) + "/s"
104
105
106def freeSpace(folder):

Callers 3

refreshServerStatusMethod · 0.90
dataMethod · 0.90
paintMethod · 0.90

Calls 1

formatSizeFunction · 0.85

Tested by

no test coverage detected