(self, *args: Any, **kwargs: Any)
| 122 | def rstrip(self, item: Optional[str] = None) -> str: pass |
| 123 | def join(self, x: Iterable[str]) -> str: pass |
| 124 | def format(self, *args: Any, **kwargs: Any) -> str: ... |
| 125 | def lower(self) -> str: ... |
| 126 | def upper(self) -> str: ... |
| 127 | def startswith(self, x: Union[str, Tuple[str, ...]], start: int=..., end: int=...) -> bool: ... |
no outgoing calls