MCPcopy
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
logMethod · 0.45
log_exceptionMethod · 0.45
handleMethod · 0.45
test_connection_lost_excFunction · 0.45
test_exceptionMethod · 0.45
test_exceptionMethod · 0.45
test_closeMethod · 0.45
test_close_excMethod · 0.45
test_close_exc2Method · 0.45

Calls

no outgoing calls

Tested by 15

test_connection_lost_excFunction · 0.36
test_exceptionMethod · 0.36
test_exceptionMethod · 0.36
test_closeMethod · 0.36
test_close_excMethod · 0.36
test_close_exc2Method · 0.36
test_exception_waiterFunction · 0.36