MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / speculate_succeeded

Method speculate_succeeded

pymongo/asynchronous/auth.py:398–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

396 self.speculative_authenticate = hello.speculative_authenticate
397
398 def speculate_succeeded(self) -> bool:
399 return bool(self.speculative_authenticate)
400
401
402class _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