MCPcopy
hub / github.com/pyload/pyload / temp_offline

Method temp_offline

module/plugins/internal/Base.py:429–433  ·  view source on GitHub ↗

Fail and indicates file ist temporary offline, the core may take consequences

(self, msg="")

Source from the content-addressed store, hash-verified

427
428 #@TODO: Recheck in 0.4.10
429 def temp_offline(self, msg=""):
430 """
431 Fail and indicates file ist temporary offline, the core may take consequences
432 """
433 self.fail("temp. offline")
434
435 def restart(self, msg="", premium=True):
436 if not msg:

Callers 15

check_statusMethod · 0.95
check_errorsMethod · 0.80
check_errorsMethod · 0.80
check_errorsMethod · 0.80
api_downloadMethod · 0.80
processMethod · 0.80
check_errorMethod · 0.80
handle_premiumMethod · 0.80
handle_freeMethod · 0.80
handle_freeMethod · 0.80
handle_premiumMethod · 0.80
check_infoMethod · 0.80

Calls 1

failMethod · 0.95

Tested by

no test coverage detected