(self, x: Iterable[str])
| 121 | def lstrip(self, item: Optional[str] = None) -> str: pass |
| 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: ... |
no outgoing calls