Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unslothai/unsloth
/ _dim
Function
_dim
studio/install_python_stack.py:1591–1592 ·
view source on GitHub ↗
(msg: str)
Source
from the content-addressed store, hash-verified
1589
1590
1591
def
_dim(msg: str) -> str:
1592
return
f
"\033[38;5;245m{msg}\033[0m"
if
_HAS_COLOR
else
msg
1593
1594
1595
def
_title(msg: str) -> str:
Callers
4
_repair_bad_anyio
Function · 0.85
_step
Function · 0.85
_progress
Function · 0.85
install_python_stack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…