(self)
| 396 | self.speculative_authenticate = hello.speculative_authenticate |
| 397 | |
| 398 | def speculate_succeeded(self) -> bool: |
| 399 | return bool(self.speculative_authenticate) |
| 400 | |
| 401 | |
| 402 | class _ScramContext(_AuthContext): |
no outgoing calls
no test coverage detected