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

Method speculate_command

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

Source from the content-addressed store, hash-verified

390 return None
391
392 def speculate_command(self) -> Optional[MutableMapping[str, Any]]:
393 raise NotImplementedError
394
395 def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None:
396 self.speculative_authenticate = hello.speculative_authenticate

Callers 2

_authenticate_x509Function · 0.45
_helloMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected