MCPcopy
hub / github.com/mitmproxy/mitmproxy / uninstall

Method uninstall

mitmproxy/addons/termlog.py:30–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 self.logger.setLevel(ctx.options.termlog_verbosity.upper())
29
30 def uninstall(self) -> None:
31 # uninstall the log dumper.
32 # This happens at the very very end after done() is completed,
33 # because we don't want to uninstall while other addons are still logging.
34 self.logger.uninstall()
35
36
37class TermLogHandler(log.MitmLogHandler):

Callers 5

test_outputFunction · 0.95
test_stylingFunction · 0.95
test_cannot_printFunction · 0.95
finishMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_outputFunction · 0.76
test_stylingFunction · 0.76
test_cannot_printFunction · 0.76