Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ done
Method
done
mitmproxy/addons/browser.py:180–186 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
)
179
180
def
done(self):
181
for
browser in self.browser:
182
browser.kill()
183
for
tdir in self.tdir:
184
tdir.cleanup()
185
self.browser = []
186
self.tdir = []
Callers
1
test_browser
Function · 0.95
Calls
1
kill
Method · 0.45
Tested by
1
test_browser
Function · 0.76