Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ get_python_runtime
Function
get_python_runtime
src/anthropic/_base_client.py:2388–2392 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2386
2387
2388
def
get_python_runtime() -> str:
2389
try
:
2390
return
platform.python_implementation()
2391
except
Exception:
2392
return
"unknown"
2393
2394
2395
def
get_python_version() -> str:
Callers
1
platform_headers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected