(self, t: bytes | bytearray)
| 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: ... |
| 192 | def __iter__(self) -> Iterator[int]: ... |
no outgoing calls
no test coverage detected