Skip to content

Commit ec94ada

Browse files
committed
Update ir.py
1 parent 8ca4b59 commit ec94ada

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
@@ -122,6 +122,7 @@ def rpartition(self, sep: str, /) -> Tuple[str, str, str]: ...
122122
def removeprefix(self, prefix: str, /) -> str: ...
123123
def removesuffix(self, suffix: str, /) -> str: ...
124124
def islower(self) -> bool: ...
125+
def count(self, substr: str, start: Optional[int] = None, end: Optional[int] = None) -> int: pass
125126

126127
class float:
127128
def __init__(self, x: object) -> None: pass

0 commit comments

Comments
 (0)