MCPcopy
hub / github.com/aio-libs/aiohttp / _send

Method _send

aiohttp/signals.py:8–12  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

6
7 @asyncio.coroutine
8 def _send(self, *args, **kwargs):
9 for receiver in self:
10 res = receiver(*args, **kwargs)
11 if asyncio.iscoroutine(res) or isinstance(res, asyncio.Future):
12 yield from res
13
14 def copy(self):
15 raise NotImplementedError("copy() is forbidden")

Callers 2

sendMethod · 0.80
sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected