We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95679fd commit e342defCopy full SHA for e342def
src/structlog/_frames.py
@@ -15,6 +15,7 @@
15
from .contextvars import _ASYNC_CALLING_STACK
16
from .typing import ExcInfo
17
18
+
19
def is_missing_exc_info(exc_info: ExcInfo) -> bool:
20
"""
21
Return True if exc_info is the missing value.
src/structlog/tracebacks.py
@@ -24,6 +24,7 @@
24
25
from ._frames import is_missing_exc_info
26
27
28
try:
29
import rich
30
import rich.pretty
0 commit comments