MCPcopy 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
21async def main():
22 async with async_simple_test_client() as client:
23 result = await client.admin.command("ping")
24 assert result["ok"]
25
26
27uvloop.run(main())

Callers 1

test_uv_loop.pyFile · 0.70

Calls 2

async_simple_test_clientFunction · 0.90
commandMethod · 0.45

Tested by

no test coverage detected