usim icon indicating copy to clipboard operation
usim copied to clipboard

Lightweight Python Simulation Framework

Results 11 usim issues
Sort by recently updated
recently updated
newest added

The ``Concurrent`` exception introduced in #27 only implements the ``except Concurrent[E]:`` matching, not any tools to conveniently work with the error: errors must be manually extracted from ``err.exceptions``. For example,...