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

Function extract_version

build_tools/build_binaries_osx.py:23–24  ·  view source on GitHub ↗
(python_install)

Source from the content-addressed store, hash-verified

21
22
23def extract_version(python_install):
24 return python_install.split("/")[-3][2:]
25
26
27def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected