MCPcopy
hub / github.com/mitmproxy/mitmproxy / disconnect

Method disconnect

mitmproxy/utils/signals.py:73–74  ·  view source on GitHub ↗
(self, receiver: Callable[P, None])

Source from the content-addressed store, hash-verified

71 super().connect(receiver)
72
73 def disconnect(self, receiver: Callable[P, None]) -> None:
74 super().disconnect(receiver)
75
76 def send(self, *args: P.args, **kwargs: P.kwargs) -> None:
77 for ret in super().notify(*args, **kwargs):

Callers 8

test_sync_signalFunction · 0.45
test_async_signalFunction · 0.45
updateGapsMethod · 0.45
stopMethod · 0.45
destroyMethod · 0.45
observeIntersectionMethod · 0.45
destroyMethod · 0.45
disconnectMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_sync_signalFunction · 0.36
test_async_signalFunction · 0.36