Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fadi002/de4py
/ _get_python_version
Function
_get_python_version
de4py/api/telemetry.py:34–36 ·
view source on GitHub ↗
Get Python version string (e.g., '3.11').
()
Source
from the content-addressed store, hash-verified
32
33
34
def
_get_python_version() -> str:
35
""
"Get Python version string (e.g., '3.11')."
""
36
return
f
"{sys.version_info.major}.{sys.version_info.minor}"
37
38
39
class
TelemetryClient:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected