MCPcopy
hub / github.com/mitmproxy/mitmproxy / done

Method done

mitmproxy/addons/script.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self.is_running = True
104
105 def done(self):
106 if self.reloadtask:
107 self.reloadtask.cancel()
108
109 @property
110 def addons(self):

Callers 4

test_simpleMethod · 0.95
test_reloadMethod · 0.95
test_exceptionMethod · 0.95
test_addonMethod · 0.95

Calls

no outgoing calls

Tested by 4

test_simpleMethod · 0.76
test_reloadMethod · 0.76
test_exceptionMethod · 0.76
test_addonMethod · 0.76