Module nemo.types
Useful internal types.
Classes
class UnreachableError (*args, **kwargs)
-
Expand source code
class UnreachableError(AssertionError): """For marking unreachable code."""
For marking unreachable code.
Ancestors
- builtins.AssertionError
- builtins.Exception
- builtins.BaseException