MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Tcl

Function Tcl

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:2446–2447  ·  view source on GitHub ↗
(screenName=None, baseName=None, className='Tk', useTk=False)

Source from the content-addressed store, hash-verified

2444
2445
2446def Tcl(screenName=None, baseName=None, className='Tk', useTk=False):
2447 return Tk(screenName, baseName, className, useTk)
2448
2449
2450class Pack:

Callers 3

testLoadTkMethod · 0.90
testLoadTkFailureMethod · 0.90
setUpMethod · 0.90

Calls 1

TkClass · 0.70

Tested by 3

testLoadTkMethod · 0.72
testLoadTkFailureMethod · 0.72
setUpMethod · 0.72