(self)
| 391 | self.speculative_authenticate = hello.speculative_authenticate |
| 392 | |
| 393 | def speculate_succeeded(self) -> bool: |
| 394 | return bool(self.speculative_authenticate) |
| 395 | |
| 396 | |
| 397 | class _ScramContext(_AuthContext): |
no outgoing calls
no test coverage detected