Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
def
module_available(name: str) -> bool:
47
return
importlib.util.find_spec(name) is not None
48
49
50
def
check_python() -> bool:
Callers
1
check_imports
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected