(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...)
| 126 | def upper(self) -> str: ... |
| 127 | def startswith(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...) -> bool: ... |
| 128 | def endswith(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...) -> bool: ... |
| 129 | def replace(self, old: str, new: str, maxcount: int=...) -> str: ... |
| 130 | def encode(self, encoding: str=..., errors: str=...) -> bytes: ... |
| 131 | def partition(self, sep: str, /) -> Tuple[str, str, str]: ... |
no outgoing calls