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

Method chunks

module/plugins/internal/Extractor.py:159–163  ·  view source on GitHub ↗

Return list of archive parts

(self)

Source from the content-addressed store, hash-verified

157 raise NotImplementedError
158
159 def chunks(self):
160 """
161 Return list of archive parts
162 """
163 return [self.filename]
164
165 def list(self, password=None):
166 """

Callers 1

extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected