Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1247
async
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
1253
def
test_cases(suite):
Callers
1
main
Function · 0.90
Calls
2
init
Method · 0.45
close
Method · 0.45
Tested by
1
main
Function · 0.72