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

Method fail

module/plugins/internal/Plugin.py:154–158  ·  view source on GitHub ↗

Fail and give msg

(self, msg)

Source from the content-addressed store, hash-verified

152 raise Skip(encode(msg)) # @TODO: Remove `encode` in 0.4.10
153
154 def fail(self, msg):
155 """
156 Fail and give msg
157 """
158 raise Fail(decode(msg)) # @TODO: Remove `decode` in 0.4.10
159
160 def load(self, url, get={}, post={}, ref=True, cookies=True, just_header=False, decode=True,
161 multipart=False, redirect=True, req=None):

Callers

nothing calls this directly

Calls 2

FailClass · 0.90
decodeFunction · 0.70

Tested by

no test coverage detected