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

Method _image

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

return an image object containing the imagedata from a gif-file named filename.

(self, filename)

Source from the content-addressed store, hash-verified

473 return img
474
475 def _image(self, filename):
476 """return an image object containing the
477 imagedata from a gif-file named filename.
478 """
479 return TK.PhotoImage(file=filename, master=self.cv)
480
481 def __init__(self, cv):
482 self.cv = cv

Callers 3

__init__Method · 0.80
register_shapeMethod · 0.80
bgpicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected