MCPcopy 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_pathFunction · 0.85

Calls 2

int_or_zeroFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected