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

Method hello

pymongo/asynchronous/pool.py:246–247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

244 return {HelloCompat.LEGACY_CMD: 1, "helloOk": True}
245
246 async def hello(self) -> Hello[dict[str, Any]]:
247 return await self._hello(None, None)
248
249 async def _hello(
250 self,

Callers 2

connectMethod · 0.95
_pingMethod · 0.45

Calls 1

_helloMethod · 0.95

Tested by

no test coverage detected