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

Method speculate_command

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

Source from the content-addressed store, hash-verified

385 return None
386
387 def speculate_command(self) -> Optional[MutableMapping[str, Any]]:
388 raise NotImplementedError
389
390 def parse_response(self, hello: Hello[Mapping[str, Any]]) -> None:
391 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