|
command: Callable[[StringVar], object] | None = ..., |
Callable[[StringVar], object] should be Callbable[[str], object]
In the source called here with self.__value
https://github.com/python/cpython/blob/11d0da5b54b1a162e8f2566675007cfb2db797b5/Lib/tkinter/__init__.py#L4584
Called here with value:
https://github.com/python/cpython/blob/c63aec69bd59c55314c06c23f4c22c03de76fe45/Lib/tkinter/__init__.py#L4241
Type of value (and values) is str:
typeshed/stdlib/tkinter/__init__.pyi
Line 3908 in 1da0afe
Callable[[StringVar], object]should beCallbable[[str], object]In the source called here with
self.__valuehttps://github.com/python/cpython/blob/11d0da5b54b1a162e8f2566675007cfb2db797b5/Lib/tkinter/__init__.py#L4584
Called here with
value:https://github.com/python/cpython/blob/c63aec69bd59c55314c06c23f4c22c03de76fe45/Lib/tkinter/__init__.py#L4241
Type of
value(andvalues) isstr:typeshed/stdlib/tkinter/__init__.pyi
Line 3906 in 1da0afe