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

Method extend

aiohttp/parsers.py:488–489  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

486 self._writer.send((yield))
487
488 def extend(self, data):
489 self._data.extend(data)
490
491 def __len__(self):
492 return len(self._data)

Callers 15

mainFunction · 0.80
readMethod · 0.80
__init__Method · 0.80
add_fieldsMethod · 0.80
_feed_dataMethod · 0.80
_responseMethod · 0.80
add_chunking_filterMethod · 0.80
readMethod · 0.80
test_no_connectionFunction · 0.80
test_protocol_versionFunction · 0.80

Calls

no outgoing calls

Tested by 15

_responseMethod · 0.64
test_no_connectionFunction · 0.64
test_protocol_versionFunction · 0.64
test_protocol_keyFunction · 0.64
test_handshakeFunction · 0.64
test_handshake_protocolFunction · 0.64
test_sort_forbiddenFunction · 0.64