Error#

Qualified name: rsm.nodes.Error

class rsm.nodes.Error(text='', asis=False, **kwargs)[source]#

Bases: Text

Error node.

Notes

When the parser encounters an error, this node is created at the location where the error is found. Note this inherits from Text; the text contents of this Node should indicate where in the source file the error occurred.

Methods

Attributes