pyGHDL.dom.formatting.prettyprint
Exceptions
PrettyPrintException: The exception is raised when a model item cannot be rendered back to VHDL source code.
Classes
PrettyPrint: Undocumented.
Exceptions
- exception pyGHDL.dom.formatting.prettyprint.PrettyPrintException(message='')[source]
The exception is raised when a model item cannot be rendered back to VHDL source code.
It reports an item the pretty-printer has no formatting rule for.
Inheritance
- Parameters:
message (str)
- Return type:
None
Classes