MCPcopy Create free account
hub / github.com/pyload/pyload / clear

Method clear

module/network/HTTPChunk.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 self.chunks.append((name, range))
56
57 def clear(self):
58 self.chunks = []
59
60 def createChunks(self, chunks):
61 self.clear()

Callers 1

createChunksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected