MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / Highlight

Class Highlight

mitmproxy/tools/console/searchable.py:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class Highlight(urwid.AttrMap):
7 def __init__(self, t):
8 urwid.AttrMap.__init__(
9 self,
10 urwid.Text(t.text),
11 "focusfield",
12 )
13 self.backup = t
14
15
16class Searchable(urwid.ListBox):

Callers 1

set_highlightMethod · 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…