Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ get_python_version
Function
get_python_version
src/anthropic/_base_client.py:2039–2043 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2037
2038
2039
def
get_python_version() -> str:
2040
try
:
2041
return
platform.python_version()
2042
except
Exception:
2043
return
"unknown"
2044
2045
2046
def
get_architecture() -> Arch:
Callers
1
platform_headers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected