Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ exception
Method
exception
aiohttp/streams.py:406–407 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
return
self._eof and not self._buffer
405
406
def
exception(self):
407
return
self._exception
408
409
def
set_exception(self, exc):
410
self._exception = exc
Callers
15
__call__
Method · 0.45
log
Method · 0.45
log_exception
Method · 0.45
handle
Method · 0.45
test_connection_lost_exc
Function · 0.45
test_exception
Method · 0.45
test_exception
Method · 0.45
test_static_handle_exception
Method · 0.45
test_close
Method · 0.45
test_close_exc
Method · 0.45
test_close_exc2
Method · 0.45
test_reader_read_exception
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_connection_lost_exc
Function · 0.36
test_exception
Method · 0.36
test_exception
Method · 0.36
test_static_handle_exception
Method · 0.36
test_close
Method · 0.36
test_close_exc
Method · 0.36
test_close_exc2
Method · 0.36
test_reader_read_exception
Method · 0.36
test_exception_waiter
Function · 0.36
test_set_parser_exception
Function · 0.36
test_set_parser_feed_existing_exc
Function · 0.36
test_set_parser_feed_existing_eof_exc
Function · 0.36