(cl)
| 1525 | |
| 1526 | @pytest_asyncio.fixture(name="abl") |
| 1527 | async def _abl(cl): |
| 1528 | return AsyncBoundLogger(cl, context={}, processors=[]) |
| 1529 | |
| 1530 | |
| 1531 | class TestAsyncBoundLogger: |
nothing calls this directly
no test coverage detected
searching dependent graphs…