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

Method offline

module/plugins/Plugin.py:295–297  ·  view source on GitHub ↗

fail and indicate file is offline

(self)

Source from the content-addressed store, hash-verified

293 raise Fail(reason)
294
295 def offline(self):
296 """ fail and indicate file is offline """
297 raise Fail("offline")
298
299 def tempOffline(self):
300 """ fail and indicates file ist temporary offline, the core may take consequences """

Callers

nothing calls this directly

Calls 1

FailClass · 0.85

Tested by

no test coverage detected