tkinter.font.Font: make __getitem__ and cget behave the same (#4899)

This commit is contained in:
Akuli
2021-01-04 16:58:44 +02:00
committed by GitHub
parent c6ede41cd0
commit 7710191cf4
2 changed files with 4 additions and 1 deletions

View File

@@ -362,6 +362,7 @@ timeit.main
tkinter.Misc.grid_propagate
tkinter.Misc.pack_propagate
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.font.Font.__getitem__ # Argument name differs (doesn't matter for __dunder__ methods)
trace.CoverageResults.__init__
traceback.FrameSummary.__init__
traceback.TracebackException.__init__