MCPcopy Create free account
hub / github.com/HKUDS/OpenOPC / resolve_python_executable

Function resolve_python_executable

opc/layer4_tools/execution_context.py:180–185  ·  view source on GitHub ↗
(context: dict[str, Any] | None = None)

Source from the content-addressed store, hash-verified

178 profile["platform"] = platform
179 return profile
180 if config is None:
181 return {
182 "platform": platform,
183 "enabled": False,
184 "mode": "off",
185 "wrapper": "none",
186 "fail_if_unavailable": False,
187 "allow_direct_fallback": True,
188 "allow_network": True,

Callers 1

python_execFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected