MCPcopy Create free account
hub / github.com/hynek/structlog / warning

Method warning

src/structlog/stdlib.py:687–688  ·  view source on GitHub ↗
(self, event: str, *args: Any, **kw: Any)

Source from the content-addressed store, hash-verified

685 await self._dispatch_to_sync(self.sync_bl.info, event, args, kw)
686
687 async def warning(self, event: str, *args: Any, **kw: Any) -> None:
688 await self._dispatch_to_sync(self.sync_bl.warning, event, args, kw)
689
690 async def warn(self, event: str, *args: Any, **kw: Any) -> None:
691 await self._dispatch_to_sync(self.sync_bl.warning, event, args, kw)

Callers

nothing calls this directly

Calls 1

_dispatch_to_syncMethod · 0.95

Tested by

no test coverage detected