MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / client

Function client

examples/fastapi/_tests.py:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49@pytest.fixture(scope="module")
50async def client() -> ClientManagerType:
51 async with client_manager(app) as c:
52 await truncate_all_models()
53 yield c
54
55
56@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 2

truncate_all_modelsFunction · 0.90
client_managerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…