MCPcopy Create free account
hub / github.com/jeffkaufman/icdiff / simple_colorize

Function simple_colorize

icdiff.py:534–535  ·  view source on GitHub ↗
(s, category)

Source from the content-addressed store, hash-verified

532
533
534def simple_colorize(s, category):
535 return raw_colorize(s, color_mapping[category])
536
537
538def replace_all(replacements, string):

Callers 3

_add_line_numbersMethod · 0.85
_generate_tableMethod · 0.85
print_metaFunction · 0.85

Calls 1

raw_colorizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…