(self, hello: Hello[Mapping[str, Any]])
| 393 | raise NotImplementedError |
| 394 | |
| 395 | def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None: |
| 396 | self.speculative_authenticate = hello.speculative_authenticate |
| 397 | |
| 398 | def speculate_succeeded(self) -> bool: |
| 399 | return bool(self.speculative_authenticate) |