mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-42238: [doc] Some more make suspicious false positives. (GH-27945)
This commit is contained in:
parent
806e25fd31
commit
21fa854792
1 changed files with 10 additions and 0 deletions
|
@ -380,3 +380,13 @@ library/typing,1004,`,# Type of ``val`` is narrowed to ``str``
|
|||
library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``."
|
||||
library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``.
|
||||
library/typing,1004,`,# Type of ``val`` remains as ``List[object]``.
|
||||
library/tkinter,312,::,ttk::frame .frm -padding 10
|
||||
library/tkinter,312,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
|
||||
library/tkinter,312,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
|
||||
library/tkinter,322,::,ttk::frame
|
||||
library/tkinter,420,::,ttk::button
|
||||
library/tkinter,428,::,ttk::widget
|
||||
library/typing,1011,`,# Type of ``val`` is narrowed to ``str``
|
||||
library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``."
|
||||
library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``.
|
||||
library/typing,1011,`,# Type of ``val`` remains as ``List[object]``.
|
||||
|
|
Can't render this file because it contains an unexpected character in line 354 and column 55.
|
Loading…
Add table
Add a link
Reference in a new issue