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

Method extractPackage

module/plugins/hooks/ExtractArchive.py:186–190  ·  view source on GitHub ↗

See `extract_package`

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

184 #: Deprecated method, use `extract_package` instead
185 @Expose
186 def extractPackage(self, *args, **kwargs):
187 """
188 See `extract_package`
189 """
190 return self.extract_package(*args, **kwargs)
191
192 @Expose
193 def extract_package(self, *ids):

Callers

nothing calls this directly

Calls 1

extract_packageMethod · 0.95

Tested by

no test coverage detected