(self, encoding: str=..., errors: str=...)
| 186 | def __getitem__(self, i: slice) -> bytes: ... |
| 187 | def join(self, x: Iterable[object]) -> bytes: ... |
| 188 | def decode(self, encoding: str=..., errors: str=...) -> str: ... |
| 189 | def translate(self, t: bytes | bytearray) -> bytes: ... |
| 190 | def startswith(self, t: bytes | bytearray) -> bool: ... |
| 191 | def endswith(self, t: bytes | bytearray) -> bool: ... |
no outgoing calls