MCPcopy Index your code
hub / github.com/python/cpython / getBuildTuple

Function getBuildTuple

Mac/BuildScript/build-installer.py:160–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 return tuple([int(n) for n in DEPTARGET.split('.')[0:2]])
159
160def getBuildTuple():
161 return tuple([int(n) for n in platform.mac_ver()[0].split('.')[0:2]])
162
163def getTargetCompilers():
164 target_cc_map = {

Callers 2

useOldTkFunction · 0.85
buildDMGFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…