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

Method send

aiohttp/signals.py:56–57  ·  view source on GitHub ↗
(self, ordinal, name, *args, **kwargs)

Source from the content-addressed store, hash-verified

54
55 @asyncio.coroutine
56 def send(self, ordinal, name, *args, **kwargs):
57 yield from self._send(ordinal, name, *args, **kwargs)
58
59
60class PreSignal(DebugSignal):

Callers

nothing calls this directly

Calls 1

_sendMethod · 0.80

Tested by

no test coverage detected