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

Method _blankimage

Python/Turtle.py:365–370  ·  view source on GitHub ↗

return a blank image object

(self)

Source from the content-addressed store, hash-verified

363 """
364
365 def _blankimage(self):
366 """return a blank image object
367 """
368 img = TK.PhotoImage(width=1, height=1, master=self.cv)
369 img.blank()
370 return img
371
372 def _image(self, filename):
373 """return an image object containing the

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected