MCPcopy 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
1591def _dim(msg: str) -> str:
1592 return f"\033[38;5;245m{msg}\033[0m" if _HAS_COLOR else msg
1593
1594
1595def _title(msg: str) -> str:

Callers 4

_repair_bad_anyioFunction · 0.85
_stepFunction · 0.85
_progressFunction · 0.85
install_python_stackFunction · 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…