(self, prefix: str, /)
| 131 | def partition(self, sep: str, /) -> Tuple[str, str, str]: ... |
| 132 | def rpartition(self, sep: str, /) -> Tuple[str, str, str]: ... |
| 133 | def removeprefix(self, prefix: str, /) -> str: ... |
| 134 | def removesuffix(self, suffix: str, /) -> str: ... |
| 135 | def islower(self) -> bool: ... |
| 136 | def count(self, substr: str, start: Optional[int] = None, end: Optional[int] = None) -> int: pass |
no outgoing calls