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

Method request

aiohttp/abc.py:45–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44 @property
45 def request(self):
46 return self._request
47
48 @asyncio.coroutine # pragma: no branch
49 @abstractmethod

Calls

no outgoing calls