@@ -380,3 +380,13 @@ library/typing,1004,`,# Type of ``val`` is narrowed to ``str``
380380library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``."
381381library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``.
382382library/typing,1004,`,# Type of ``val`` remains as ``List[object]``.
383+ library/tkinter,312,::,ttk::frame .frm -padding 10
384+ library/tkinter,312,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
385+ library/tkinter,312,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
386+ library/tkinter,322,::,ttk::frame
387+ library/tkinter,420,::,ttk::button
388+ library/tkinter,428,::,ttk::widget
389+ library/typing,1011,`,# Type of ``val`` is narrowed to ``str``
390+ library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``."
391+ library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``.
392+ library/typing,1011,`,# Type of ``val`` remains as ``List[object]``.
0 commit comments