Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dot-agent/nextpy
/ versiontuple
Function
versiontuple
tests/test_telemetry.py:7–8 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
5
6
7
def
versiontuple(v):
8
return
tuple(map(int, (v.split(
"."
))))
9
10
11
def
test_telemetry():
Callers
1
test_telemetry
Function · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected