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

Method _setup_connection

aiohttp/client_reqrep.py:588–592  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

586 return self._continue is not None
587
588 def _setup_connection(self, connection):
589 self._reader = connection.reader
590 self._connection = connection
591 self.content = self.flow_control_class(
592 connection.reader, loop=connection.loop)
593
594 def _need_parse_response_body(self):
595 return (self.method.lower() != 'head' and

Callers 4

startMethod · 0.95
test_delMethod · 0.95
setUpMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_delMethod · 0.76
setUpMethod · 0.64