return an image object containing the imagedata from a gif-file named filename.
(self, filename)
| 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 |
no outgoing calls
no test coverage detected