MCPcopy Index your code
hub / github.com/python/mypy / remove_color_code

Function remove_color_code

mypy/test/teststubtest.py:2968–2969  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

2966
2967
2968def remove_color_code(s: str) -> str:
2969 return re.sub("\\x1b.*?m", "", s) # this works!
2970
2971
2972class StubtestMiscUnit(unittest.TestCase):

Callers 6

run_stubtest_with_stderrFunction · 0.85
test_missing_stubsMethod · 0.85
test_only_pyMethod · 0.85
test_no_modulesMethod · 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…