MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / extract_version

Function extract_version

build_tools/build_binaries_windows.py:38–39  ·  view source on GitHub ↗
(python_install)

Source from the content-addressed store, hash-verified

36
37
38def extract_version(python_install):
39 return python_install.split("\\")[-2][2:]
40
41
42def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected