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_osx.py:23–24 ·
view source on GitHub ↗
(python_install)
Source
from the content-addressed store, hash-verified
21
22
23
def
extract_version(python_install):
24
return
python_install.split(
"/"
)[-3][2:]
25
26
27
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected