(self, substr: str, start: Optional[int] = None, end: Optional[int] = None)
| 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 |
| 137 | def isspace(self) -> bool: ... |
| 138 | def isalnum(self) -> bool: ... |
| 139 | def isdigit(self) -> bool: ... |
no outgoing calls