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

Method _blankimage

tools/python-3.11.9-amd64/Lib/turtle.py:468–473  ·  view source on GitHub ↗

return a blank image object

(self)

Source from the content-addressed store, hash-verified

466 """
467
468 def _blankimage(self):
469 """return a blank image object
470 """
471 img = TK.PhotoImage(width=1, height=1, master=self.cv)
472 img.blank()
473 return img
474
475 def _image(self, filename):
476 """return an image object containing the

Callers 1

__init__Method · 0.80

Calls 1

blankMethod · 0.95

Tested by

no test coverage detected