Skip to content

fake_context

faststream.utils.functions.fake_context async #

fake_context(*args, **kwargs)
Source code in faststream/utils/functions.py
@asynccontextmanager
async def fake_context(*args: Any, **kwargs: Any) -> AsyncIterator[None]:
    yield None