(self)
| 385 | return None |
| 386 | |
| 387 | def speculate_command(self) -> Optional[MutableMapping[str, Any]]: |
| 388 | raise NotImplementedError |
| 389 | |
| 390 | def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None: |
| 391 | self.speculative_authenticate = hello.speculative_authenticate |
no outgoing calls
no test coverage detected