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

Method check_module

module/setup.py:435–440  ·  view source on GitHub ↗
(self, module)

Source from the content-addressed store, hash-verified

433
434
435 def check_module(self, module):
436 try:
437 __import__(module)
438 return True
439 except:
440 return False
441
442 def check_prog(self, command):
443 pipe = PIPE

Callers 2

startMethod · 0.95
system_checkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected