Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ get_python_version
Function
get_python_version
src/opencode_ai/_base_client.py:1953–1957 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1951
1952
1953
def
get_python_version() -> str:
1954
try
:
1955
return
platform.python_version()
1956
except
Exception:
1957
return
"unknown"
1958
1959
1960
def
get_architecture() -> Arch:
Callers
1
platform_headers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected