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

Method do_handshake

pymongo/pyopenssl_context.py:148–149  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

146 continue
147
148 def do_handshake(self, *args: Any, **kwargs: Any) -> None:
149 return self._call(super().do_handshake, *args, **kwargs)
150
151 def recv(self, *args: Any, **kwargs: Any) -> bytes:
152 try:

Callers 1

wrap_socketMethod · 0.80

Calls 1

_callMethod · 0.95

Tested by

no test coverage detected