MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / __init__

Method __init__

Python/Turtle.py:332–333  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

330class _Root(TK.Tk):
331 """Root class for Screen based on Tkinter."""
332 def __init__(self):
333 TK.Tk.__init__(self)
334
335 def setupcanvas(self, width, height, cwidth, cheight):
336 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