MCPcopy
hub / github.com/pyload/pyload / package

Method package

module/PyFile.py:113–115  ·  view source on GitHub ↗

return package instance

(self)

Source from the content-addressed store, hash-verified

111 return hasattr(self, "plugin") and self.plugin
112
113 def package(self):
114 """ return package instance"""
115 return self.m.getPackage(self.packageid)
116
117 def setStatus(self, status):
118 self.status = statusMap[status]

Callers 15

notifyChangeMethod · 0.95
statusDownloadsMethod · 0.80
deleteLinkMethod · 0.80
updateLinkMethod · 0.80
restartFileMethod · 0.80
checkPackageFinishedMethod · 0.80
downloadMethod · 0.80
getPasswordMethod · 0.80
checkForSameFilesMethod · 0.80
_finalizeMethod · 0.80
downloadMethod · 0.80
check_duplicatesMethod · 0.80

Calls 1

getPackageMethod · 0.45

Tested by

no test coverage detected