MCPcopy
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/tools/console/grideditor/col_text.py:13–15  ·  view source on GitHub ↗
(self, heading, encoding="utf8", errors="surrogateescape")

Source from the content-addressed store, hash-verified

11
12class Column(col_bytes.Column):
13 def __init__(self, heading, encoding="utf8", errors="surrogateescape"):
14 super().__init__(heading)
15 self.encoding_args = encoding, errors
16
17 def Display(self, data):
18 return TDisplay(data, self.encoding_args)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected