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

Function async_simple_test_client

test/asynchronous/__init__.py:1247–1250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1245
1246@asynccontextmanager
1247async def async_simple_test_client():
1248 await async_client_context.init()
1249 yield async_client_context.client
1250 await async_client_context.client.close()
1251
1252
1253def test_cases(suite):

Callers 1

mainFunction · 0.90

Calls 2

initMethod · 0.45
closeMethod · 0.45

Tested by 1

mainFunction · 0.72