Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ finish
Method
finish
mitmproxy/addons/errorcheck.py:25–26 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
23
self.logger.install()
24
25
def
finish(self):
26
self.logger.uninstall()
27
28
async
def
shutdown_if_errored(self):
29
# don't run immediately, wait for all logging tasks to finish.
Callers
2
test_no_error
Function · 0.95
run
Method · 0.45
Calls
1
uninstall
Method · 0.45
Tested by
1
test_no_error
Function · 0.76