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

Function internalTk

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

Source from the content-addressed store, hash-verified

199# Are we building and linking with our own copy of Tcl/TK?
200# For now, do so if deployment target is 10.6+.
201def internalTk():
202 return getDeptargetTuple() >= (10, 6)
203
204# Do we use 8.6.8 when building our own copy
205# of Tcl/Tk or a modern version.

Callers 3

library_recipesFunction · 0.85
checkEnvironmentFunction · 0.85
buildPythonFunction · 0.85

Calls 1

getDeptargetTupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…