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

Method warn

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

Source from the content-addressed store, hash-verified

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)
692
693 async def error(self, event: str, *args: Any, **kw: Any) -> None:
694 await self._dispatch_to_sync(self.sync_bl.error, event, args, kw)

Callers 11

_deprecatedFunction · 0.45
formatMethod · 0.45
__getattr__Function · 0.45
configure_onceFunction · 0.45
__call__Method · 0.45
better_tracebackFunction · 0.45
dev.pyFile · 0.45
__init__Method · 0.45

Calls 1

_dispatch_to_syncMethod · 0.95