MCPcopy
hub / github.com/kovidgoyal/kitty / bold

Function bold

kitty/cli.py:172–173  ·  view source on GitHub ↗
(x: str)

Source from the content-addressed store, hash-verified

170
171@role
172def bold(x: str) -> str:
173 return surround(x, 1, 22)
174
175
176@role

Callers 5

escape_text_for_manFunction · 0.85
titleFunction · 0.85
optFunction · 0.85
optionFunction · 0.85
__call__Method · 0.85

Calls 1

surroundFunction · 0.85

Tested by

no test coverage detected