MCPcopy Create free account
hub / github.com/Syncplay/syncplay / versiontotuple

Function versiontotuple

syncplay/utils.py:406–407  ·  view source on GitHub ↗
(ver)

Source from the content-addressed store, hash-verified

404
405def meetsMinVersion(version, minVersion):
406 def versiontotuple(ver):
407 return tuple(map(int, ver.split(".")))
408 return versiontotuple(version) >= versiontotuple(minVersion)
409
410

Callers 1

meetsMinVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected