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

Function check_module

module/plugins/internal/misc.py:712–720  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

710
711
712def check_module(module):
713 try:
714 __import__(module)
715
716 except Exception:
717 return False
718
719 else:
720 return True
721
722
723def check_prog(command):

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected