Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ main
Function
main
integration_tests/test_uv_loop.py:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
21
async
def
main():
22
async
with
async_simple_test_client()
as
client:
23
result = await client.admin.command(
"ping"
)
24
assert result[
"ok"
]
25
26
27
uvloop.run(main())
Callers
1
test_uv_loop.py
File · 0.70
Calls
2
async_simple_test_client
Function · 0.90
command
Method · 0.45
Tested by
no test coverage detected