MCPcopy 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
95def getVersionMajorMinor():
96 return tuple([int(n) for n in getVersion().split('.', 2)])
97
98_cache_getFullVersion = None
99

Callers 5

build-installer.pyFile · 0.85
buildPythonFunction · 0.85
patchScriptFunction · 0.85
packageFromRecipeFunction · 0.85
makeMpkgPlistFunction · 0.85

Calls 2

getVersionFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…