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 f978db2 commit 19842e1Copy full SHA for 19842e1
mypyc/test-data/fixtures/string.pyi
@@ -0,0 +1,10 @@
1
+from typing import Optional
2
+
3
+class int: pass
4
+class str: pass
5
+ def count(
6
+ self,
7
+ substr: str,
8
+ start: Optional[int] = None,
9
+ end: Optional[int] = None,
10
+ ) -> int: pass
0 commit comments