MCPcopy 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
2388def get_python_runtime() -> str:
2389 try:
2390 return platform.python_implementation()
2391 except Exception:
2392 return "unknown"
2393
2394
2395def get_python_version() -> str:

Callers 1

platform_headersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected