Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
connect
Method · 0.95
_ping
Method · 0.45
Calls
1
_hello
Method · 0.95
Tested by
no test coverage detected