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:2502–2506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2500
2501
2502
def
get_python_runtime() -> str:
2503
try
:
2504
return
platform.python_implementation()
2505
except
Exception:
2506
return
"unknown"
2507
2508
2509
def
get_python_version() -> str:
Callers
1
platform_headers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected