Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
160
def
getBuildTuple():
161
return
tuple([int(n)
for
n in platform.mac_ver()[0].split(
'.'
)[0:2]])
162
163
def
getTargetCompilers():
164
target_cc_map = {
Callers
2
useOldTk
Function · 0.85
buildDMG
Function · 0.85
Calls
1
split
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…