MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / module_available

Function module_available

scripts/doctor.py:46–47  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

44
45
46def module_available(name: str) -> bool:
47 return importlib.util.find_spec(name) is not None
48
49
50def check_python() -> bool:

Callers 1

check_importsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected