MCPcopy Create free account
hub / github.com/bpython/bpython / paint_statusbar

Function paint_statusbar

bpython/curtsiesfrontend/replpainter.py:278–280  ·  view source on GitHub ↗
(rows, columns, msg, config)

Source from the content-addressed store, hash-verified

276
277
278def paint_statusbar(rows, columns, msg, config):
279 func = func_for_letter(config.color_scheme["main"])
280 return fsarray([func(msg.ljust(columns))[:columns]])

Callers

nothing calls this directly

Calls 1

func_for_letterFunction · 0.85

Tested by

no test coverage detected