Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ clean_colors
Function
clean_colors
bpython/test/test_args.py:115–116 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
113
114
115
def
clean_colors(s):
116
return
re.sub(r
"\x1b[^m]*m"
,
""
, s)
117
118
119
class
TestParse(TestCase):
Callers
1
test_exec_nonascii_file_linenums
Method · 0.85
Calls
1
sub
Method · 0.80
Tested by
no test coverage detected