MCPcopy
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_errorFunction · 0.95
runMethod · 0.45

Calls 1

uninstallMethod · 0.45

Tested by 1

test_no_errorFunction · 0.76