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

Method parse_response

pymongo/asynchronous/auth.py:395–396  ·  view source on GitHub ↗
(self, hello: Hello[Mapping[str, Any]])

Source from the content-addressed store, hash-verified

393 raise NotImplementedError
394
395 def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None:
396 self.speculative_authenticate = hello.speculative_authenticate
397
398 def speculate_succeeded(self) -> bool:
399 return bool(self.speculative_authenticate)

Callers 1

_helloMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected