MCPcopy Create free account
hub / github.com/RenderKit/embree / parse_version

Function parse_version

scripts/test.py:24–25  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

22 return str
23
24def parse_version(v):
25 return tuple(map(int, v.split(".")))
26
27# change some CMake paths in the CMakeCache.txt file for execution of tests
28# on potentially different machine (e.g, copied build dir in CI)

Callers 1

runConfigFunction · 0.70

Calls 2

mapFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected