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

Function getDeptargetTuple

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

Source from the content-addressed store, hash-verified

155DEPTARGET = '10.5'
156
157def getDeptargetTuple():
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]])

Callers 2

internalTkFunction · 0.85
build_openssl_archFunction · 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…