MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / versiontuple

Function versiontuple

tools/project.py:348–349  ·  view source on GitHub ↗
(v: str)

Source from the content-addressed store, hash-verified

346 return None
347
348 def versiontuple(v: str) -> Tuple[int, ...]:
349 return tuple(map(int, (v.split("."))))
350
351 f = open(build_config_path, "r", encoding="utf-8")
352 build_config: BuildConfig = json.load(f)

Callers 1

load_build_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected