Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/917Dhj/DeepPaperNote
/ import_available
Function
import_available
scripts/check_environment.py:21–22 ·
view source on GitHub ↗
(module_name: str)
Source
from the content-addressed store, hash-verified
19
20
21
def
import_available(module_name: str) -> bool:
22
return
importlib.util.find_spec(module_name) is not None
23
24
25
def
find_obsidian_candidates() -> list[str]:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected