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

Function Tcl

Lib/tkinter/__init__.py:2647–2648  ·  view source on GitHub ↗
(screenName=None, baseName=None, className='Tk', useTk=False)

Source from the content-addressed store, hash-verified

2645
2646
2647def Tcl(screenName=None, baseName=None, className='Tk', useTk=False):
2648 return Tk(screenName, baseName, className, useTk)
2649
2650
2651class Pack:

Callers 6

setUpMethod · 0.90
setUpMethod · 0.90
setUpModuleFunction · 0.90
testLoadTkMethod · 0.90
testLoadTkFailureMethod · 0.90
setUpMethod · 0.90

Calls 1

TkClass · 0.85

Tested by 6

setUpMethod · 0.72
setUpMethod · 0.72
setUpModuleFunction · 0.72
testLoadTkMethod · 0.72
testLoadTkFailureMethod · 0.72
setUpMethod · 0.72