Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/plugins
/ module_present
Function
module_present
plugins/ngs-analysis/scripts/ngs_run_utils.py:115–116 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
113
114
115
def
module_present(name: str) -> bool:
116
return
importlib.util.find_spec(name) is not None
117
118
119
def
shell_tool_command(name: str) -> str | None:
Callers
2
shell_tool_command
Function · 0.70
module_status
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected