melassa
Results
1
issues of
melassa
This code is only to illustrate the problem: ``` from mypy.typeshed.stdlib.tkinter import _Image tk.Button(image=cast(_Image, 3)) ``` The first line raises this Mypy error: `error: Module "mypy.typeshed.stdlib.tkinter" has no attribute "_Image"`...
topic-tkinter