(self, *args: list[Any], **kwargs: dict[str, Any])
| 269 | |
| 270 | @override |
| 271 | def __repr__(self, *args: list[Any], **kwargs: dict[str, Any]) -> str: |
| 272 | return self.decode('UTF-8', errors='backslashreplace') or '' |
| 273 | |
| 274 | def create_session(self) -> bool: |
| 275 | """ |