MCPcopy
hub / github.com/python/mypy / rfind

Method rfind

mypyc/test-data/fixtures/ir.py:116–116  ·  view source on GitHub ↗
(self, sub: str, start: Optional[int] = None, end: Optional[int] = None, /)

Source from the content-addressed store, hash-verified

114 def __iter__(self) -> Iterator[str]: ...
115 def find(self, sub: str, start: Optional[int] = None, end: Optional[int] = None, /) -> int: ...
116 def rfind(self, sub: str, start: Optional[int] = None, end: Optional[int] = None, /) -> int: ...
117 def split(self, sep: Optional[str] = None, maxsplit: int = -1) -> List[str]: pass
118 def rsplit(self, sep: Optional[str] = None, maxsplit: int = -1) -> List[str]: pass
119 def splitlines(self, keepends: bool = False) -> List[str]: ...

Callers 3

colorizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected