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.
1 parent b774799 commit 61c2a48Copy full SHA for 61c2a48
mypyc/test-data/fixtures/ir.py
@@ -172,6 +172,7 @@ def __getitem__(self, i: int) -> int: ...
172
def __getitem__(self, i: slice) -> bytes: ...
173
def join(self, x: Iterable[object]) -> bytes: ...
174
def decode(self, x: str=..., y: str=...) -> str: ...
175
+ def __iter__(self) -> Iterator[int]: ...
176
177
class bytearray:
178
@overload
0 commit comments