Thanks to visit codestin.com Credit goes to github.com
There was an error while loading. Please reload this page.
1 parent 8b8c91d commit b974556Copy full SHA for b974556
1 file changed
mypy/typeshed/stubs/mypy-extensions/mypy_extensions.pyi
@@ -112,6 +112,7 @@ class i64:
112
def __gt__(self, x: i64) -> bool: ...
113
def __index__(self) -> int: ...
114
def __eq__(self, x: object) -> bool: ...
115
+ def __bool__(self) -> bool: ...
116
117
class i32:
118
@overload
@@ -148,6 +149,7 @@ class i32:
148
149
def __gt__(self, x: i32) -> bool: ...
150
151
152
153
154
class i16:
155
@@ -184,6 +186,7 @@ class i16:
184
186
def __gt__(self, x: i16) -> bool: ...
185
187
188
189
190
191
class u8:
192
@@ -220,3 +223,4 @@ class u8:
220
223
def __gt__(self, x: u8) -> bool: ...
221
224
222
225
226
0 commit comments