Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ versiontuple
Function
versiontuple
tools/project.py:404–405 ·
view source on GitHub ↗
(v: str)
Source
from the content-addressed store, hash-verified
402
return
None
403
404
def
versiontuple(v: str) -> Tuple[int, ...]:
405
return
tuple(map(int, (v.split(
"."
))))
406
407
f = open(build_config_path,
"r"
, encoding=
"utf-8"
)
408
build_config: BuildConfig = json.load(f)
Callers
1
load_build_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected