MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / speculate_succeeded

Method speculate_succeeded

pymongo/synchronous/auth.py:393–394  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

391 self.speculative_authenticate = hello.speculative_authenticate
392
393 def speculate_succeeded(self) -> bool:
394 return bool(self.speculative_authenticate)
395
396
397class _ScramContext(_AuthContext):

Callers 4

authenticateMethod · 0.45
_authenticate_scramFunction · 0.45
_authenticate_x509Function · 0.45
_helloMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected