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

Function anyio_backend

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

Source from the content-addressed store, hash-verified

35
36@pytest.fixture(scope="module")
37def anyio_backend() -> str:
38 return "asyncio"
39
40
41@asynccontextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…