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

Method skip

module/plugins/internal/Base.py:382–387  ·  view source on GitHub ↗

Skip and give msg

(self, msg="")

Source from the content-addressed store, hash-verified

380 self.pyfile.status = status # @NOTE: Recheck in 0.4.10
381
382 def skip(self, msg=""):
383 """
384 Skip and give msg
385 """
386 raise Skip(encode(msg or self.pyfile.error or self.pyfile.pluginname)
387 ) # @TODO: Remove `encode` in 0.4.10
388
389 #@TODO: Remove in 0.4.10
390 def fail(self, msg=""):

Callers 7

check_statusMethod · 0.95
processMethod · 0.45
processMethod · 0.45
check_duplicatesMethod · 0.45
skip_loginMethod · 0.45
check_existsMethod · 0.45
processComicMethod · 0.45

Calls 1

encodeFunction · 0.85

Tested by

no test coverage detected