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

Method remove

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

Source from the content-addressed store, hash-verified

111 return ci
112
113 def remove(self):
114 fs_name = fs_encode("%s.chunks" % self.name)
115 if os.path.exists(fs_name):
116 os.remove(fs_name)
117
118 def getCount(self):
119 return len(self.chunks)

Callers 2

_copyChunksMethod · 0.45
_downloadMethod · 0.45

Calls 1

fs_encodeFunction · 0.90

Tested by

no test coverage detected