Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
install
Method · 0.45
done
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected