Skip to content

Commit 61c2a48

Browse files
committed
fixture
1 parent b774799 commit 61c2a48

File tree

1 file changed

+1
-0
lines changed
  • mypyc/test-data/fixtures

1 file changed

+1
-0
lines changed

mypyc/test-data/fixtures/ir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def __getitem__(self, i: int) -> int: ...
172172
def __getitem__(self, i: slice) -> bytes: ...
173173
def join(self, x: Iterable[object]) -> bytes: ...
174174
def decode(self, x: str=..., y: str=...) -> str: ...
175+
def __iter__(self) -> Iterator[int]: ...
175176

176177
class bytearray:
177178
@overload

0 commit comments

Comments
 (0)