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

Method __init__

tools/python-3.11.9-amd64/Lib/turtle.py:435–436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433class _Root(TK.Tk):
434 """Root class for Screen based on Tkinter."""
435 def __init__(self):
436 TK.Tk.__init__(self)
437
438 def setupcanvas(self, width, height, cwidth, cheight):
439 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected