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

Method loadtk

Lib/tkinter/__init__.py:2544–2547  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2542 self.readprofile(baseName, className)
2543
2544 def loadtk(self):
2545 if not self._tkloaded:
2546 self.tk.loadtk()
2547 self._loadtk()
2548
2549 def _loadtk(self):
2550 self._tkloaded = True

Callers 1

testLoadTkMethod · 0.80

Calls 1

_loadtkMethod · 0.95

Tested by 1

testLoadTkMethod · 0.64