We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_tkinter
1 parent f496761 commit 2f0fac0Copy full SHA for 2f0fac0
stdlib/_tkinter.pyi
@@ -20,12 +20,12 @@ class Tcl_Obj:
20
string: str | bytes
21
typename: str
22
__hash__: None # type: ignore[assignment]
23
- def __eq__(self, other): ...
24
- def __ge__(self, other): ...
25
- def __gt__(self, other): ...
26
- def __le__(self, other): ...
27
- def __lt__(self, other): ...
28
- def __ne__(self, other): ...
+ def __eq__(self, __other): ...
+ def __ge__(self, __other): ...
+ def __gt__(self, __other): ...
+ def __le__(self, __other): ...
+ def __lt__(self, __other): ...
+ def __ne__(self, __other): ...
29
30
class TclError(Exception): ...
31
0 commit comments