This commit is contained in:
2026-01-19 06:24:09 -08:00
parent a961ac3ce7
commit 7ddf0065d1
45 changed files with 627 additions and 411 deletions

View File

@@ -140,7 +140,7 @@ def debug_inspect(
value=value,
max_string=100_000,
max_length=100_000,
)
) # type: ignore[call-arg]
except TypeError:
rich_inspect(
obj,
@@ -155,7 +155,6 @@ def debug_inspect(
value=value,
)
def log(*args, **kwargs) -> None:
"""Print with automatic file.function prefix.