Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ loadtk
Method
loadtk
Lib/tkinter/__init__.py:2470–2473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2468
self.readprofile(baseName, className)
2469
2470
def
loadtk(self):
2471
if
not self._tkloaded:
2472
self.tk.loadtk()
2473
self._loadtk()
2474
2475
def
_loadtk(self):
2476
self._tkloaded = True
Callers
nothing calls this directly
Calls
1
_loadtk
Method · 0.95
Tested by
no test coverage detected