MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / style

Method style

mitmproxy/addons/dumper.py:89–92  ·  view source on GitHub ↗
(self, text: str, **style)

Source from the content-addressed store, hash-verified

87 self.filter = None
88
89 def style(self, text: str, **style) -> str:
90 if style and self.out_has_vt_codes:
91 text = miniclick.style(text, **style)
92 return text
93
94 def echo(self, text: str, ident=None, **style):
95 if ident:

Callers 12

echoMethod · 0.95
_echo_headersMethod · 0.95
_echo_messageMethod · 0.95
_fmt_clientMethod · 0.95
_echo_request_lineMethod · 0.95
_echo_response_lineMethod · 0.95
_echo_dns_queryMethod · 0.95
dns_responseMethod · 0.95
__init__Method · 0.80
formatMethod · 0.80
iXFunction · 0.80
shutdown_if_erroredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected