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

Method _need_parse_response_body

aiohttp/client_reqrep.py:594–596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

592 connection.reader, loop=connection.loop)
593
594 def _need_parse_response_body(self):
595 return (self.method.lower() != 'head' and
596 self.status not in [204, 304])
597
598 @asyncio.coroutine
599 def start(self, connection, read_until_eof=False):

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected