MCPcopy
hub / github.com/csev/py4e / __init__

Method __init__

code/graphics/graphics.py:242–245  ·  view source on GitHub ↗

init doc

(self, title="Graphics Window",
                 width=200, height=200, autoflush=False)

Source from the content-addressed store, hash-verified

240 """A GraphWin is a toplevel window for displaying graphics."""
241
242 def __init__(self, title="Graphics Window",
243 width=200, height=200, autoflush=False):
244 """ init doc """
245 _tkCall(self.__init_help, title, width, height, autoflush)
246
247
248 def __init_help(self, title, width, height, autoflush):

Callers

nothing calls this directly

Calls 1

_tkCallFunction · 0.85

Tested by

no test coverage detected