MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / print_dedented

Function print_dedented

bitsandbytes/diagnostics/utils.py:11–12  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

9
10
11def print_dedented(text):
12 print("\n".join(textwrap.dedent(text).strip().split("\n")))

Callers 4

_print_cuda_diagnosticsFunction · 0.90
_print_hip_diagnosticsFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected