MCPcopy 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
7def versiontuple(v):
8 return tuple(map(int, (v.split("."))))
9
10
11def test_telemetry():

Callers 1

test_telemetryFunction · 0.85

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected