MCPcopy
hub / github.com/pyload/pyload / setSize

Method setSize

module/network/HTTPChunk.py:51–52  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

49 return ret
50
51 def setSize(self, size):
52 self.size = int(size)
53
54 def addChunk(self, name, range):
55 self.chunks.append((name, range))

Callers 3

loadMethod · 0.95
_downloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected