Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ packageFinished
Method
packageFinished
module/plugins/internal/Addon.py:174–175 ·
view source on GitHub ↗
(self, pypack)
Source
from the content-addressed store, hash-verified
172
173
#: Deprecated method, use `package_finished` instead (Remove in 0.4.10)
174
def
packageFinished(self, pypack):
175
return
self.package_finished(pypack)
176
177
def
before_reconnect(self, ip):
178
pass
Callers
1
checkPackageFinished
Method · 0.45
Calls
1
package_finished
Method · 0.95
Tested by
no test coverage detected