namosim.exceptions module

exception namosim.exceptions.CustomTimeoutError

Bases: Exception

namosim.exceptions.raise_timeout(signum: int, frame: Any)
namosim.exceptions.timeout(seconds: int)

A context manager that raises a CustomTimeoutError if its context block fails to complete execution within the provided number of seconds.