MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / versiontuple

Method versiontuple

service/update.py:95–96  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

93
94 @staticmethod
95 def versiontuple(v):
96 return tuple(map(int, (v.split("."))))
97
98 def stop(self):
99 self.running = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected