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

Method __init__

Lib/turtle.py:431–432  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

429class _Root(TK.Tk):
430 """Root class for Screen based on Tkinter."""
431 def __init__(self):
432 TK.Tk.__init__(self)
433
434 def setupcanvas(self, width, height, cwidth, cheight):
435 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