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

Method uninstall

mitmproxy/log.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 logging.getLogger().addHandler(self)
95
96 def uninstall(self) -> None:
97 logging.getLogger().removeHandler(self)
98
99
100# everything below is deprecated!

Callers 2

installMethod · 0.45
doneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected