Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getVersionMajorMinor
Function
getVersionMajorMinor
Mac/BuildScript/build-installer.py:95–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
return
_cache_getVersion
94
95
def
getVersionMajorMinor():
96
return
tuple([int(n)
for
n in getVersion().split(
'.'
, 2)])
97
98
_cache_getFullVersion = None
99
Callers
5
build-installer.py
File · 0.85
buildPython
Function · 0.85
patchScript
Function · 0.85
packageFromRecipe
Function · 0.85
makeMpkgPlist
Function · 0.85
Calls
2
getVersion
Function · 0.85
split
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…