Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.80
read
Method · 0.80
__init__
Method · 0.80
add_fields
Method · 0.80
_feed_data
Method · 0.80
_response
Method · 0.80
add_chunking_filter
Method · 0.80
read
Method · 0.80
_maybe_release_last_part
Method · 0.80
_apply_content_transfer_encoding
Method · 0.80
test_no_connection
Function · 0.80
test_protocol_version
Function · 0.80
Calls
no outgoing calls
Tested by
15
_response
Method · 0.64
test_no_connection
Function · 0.64
test_protocol_version
Function · 0.64
test_protocol_key
Function · 0.64
test_handshake
Function · 0.64
test_handshake_protocol
Function · 0.64
test_handshake_protocol_agreement
Function · 0.64
test_handshake_protocol_unsupported
Function · 0.64
test_read_chunk_properly_counts_read_bytes
Method · 0.64
test_sort_forbidden
Function · 0.64
test_close_frame_invalid_2
Function · 0.64
test_close_frame_unicode_err
Function · 0.64