Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
from
pathlib
import
Path
12
13
def
comp(version_string):
14
return
[int(c)
for
c in version_string.split(
'.'
)]
15
16
root_path = Path(__file__).resolve().parent.parent
17
Callers
1
update_bugs_by_version.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected