Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
extract_version(python_install):
39
return
python_install.split(
"\\"
)[-2][2:]
40
41
42
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected