MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / get_python_runtime

Function get_python_runtime

src/anthropic/_base_client.py:2032–2036  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2030
2031
2032def get_python_runtime() -> str:
2033 try:
2034 return platform.python_implementation()
2035 except Exception:
2036 return "unknown"
2037
2038
2039def get_python_version() -> str:

Callers 1

platform_headersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected