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

Function paint_current_line

bpython/curtsiesfrontend/replpainter.py:48–50  ·  view source on GitHub ↗
(rows, columns, current_display_line)

Source from the content-addressed store, hash-verified

46
47
48def paint_current_line(rows, columns, current_display_line):
49 lines = display_linize(current_display_line, columns, True)
50 return fsarray(lines, width=columns)
51
52
53def paginate(rows, matches, current, words_wide):

Callers

nothing calls this directly

Calls 1

display_linizeFunction · 0.85

Tested by

no test coverage detected