mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
@@ -382,6 +382,7 @@ threading.Thread.__init__
|
||||
timeit.main
|
||||
tkinter.Misc.grid_propagate
|
||||
tkinter.Misc.pack_propagate
|
||||
tkinter.Tk.eval # from __getattr__
|
||||
tkinter.Tk.report_callback_exception # A bit of a lie, since it's actually a method, but typing it as an attribute allows it to be assigned to
|
||||
tkinter.Wm.wm_iconphoto # Default value of argument can't be used without runtime error
|
||||
tkinter.font.Font.__getitem__ # Argument name differs (doesn't matter for __dunder__ methods)
|
||||
|
||||
Reference in New Issue
Block a user