Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
print_dedented(text):
12
print(
"\n"
.join(textwrap.dedent(text).strip().split(
"\n"
)))
Callers
4
_print_cuda_diagnostics
Function · 0.90
_print_hip_diagnostics
Function · 0.90
print_runtime_diagnostics
Function · 0.90
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected