MCPcopy Create free account
hub / github.com/argotorg/solidity / comp

Function comp

scripts/update_bugs_by_version.py:13–14  ·  view source on GitHub ↗
(version_string)

Source from the content-addressed store, hash-verified

11from pathlib import Path
12
13def comp(version_string):
14 return [int(c) for c in version_string.split('.')]
15
16root_path = Path(__file__).resolve().parent.parent
17

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected