(self)
| 390 | return None |
| 391 | |
| 392 | def speculate_command(self) -> Optional[MutableMapping[str, Any]]: |
| 393 | raise NotImplementedError |
| 394 | |
| 395 | def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None: |
| 396 | self.speculative_authenticate = hello.speculative_authenticate |
no outgoing calls
no test coverage detected