Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ ver_parse
Function
ver_parse
platform_methods.py:106–107 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
104
return
0
105
106
def
ver_parse(a):
107
return
[int_or_zero(i)
for
i in a.split(
"."
)]
108
109
dirname = os.path.expanduser(
"~/VulkanSDK"
)
110
if
not os.path.exists(dirname):
Callers
1
get_mvk_sdk_path
Function · 0.85
Calls
2
int_or_zero
Function · 0.85
split
Method · 0.80
Tested by
no test coverage detected