MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / send

Method send

mitmproxy/utils/signals.py:88–95  ·  view source on GitHub ↗
(self, *args: P.args, **kwargs: P.kwargs)

Source from the content-addressed store, hash-verified

86 super().disconnect(receiver)
87
88 async def send(self, *args: P.args, **kwargs: P.kwargs) -> None:
89 await asyncio.gather(
90 *[
91 aws
92 for aws in super().notify(*args, **kwargs)
93 if aws is not None and inspect.isawaitable(aws)
94 ]
95 )
96
97
98# noinspection PyPep8Naming

Callers

nothing calls this directly

Calls 1

notifyMethod · 0.80

Tested by

no test coverage detected