circuitpython/tests/extmod/asyncio_task_exception.py.exp

11 lines
257 B
Plaintext
Raw Normal View History

==========
Tasks that aren't done yet raise an InvalidStateError: InvalidStateError()
==========
Cancelled tasks cannot retrieve exception: CancelledError()
==========
None when no exception: None
==========
Returned Exception: ValueError()
==========
None