DSMParseError¶ class dsviper.DSMParseError¶ Bases: object A class used to represent a parse error. Note: Not directly instantiable. line() → int¶ Return the line number. message() → str¶ Return the message. pos() → int¶ Return the position in the line. source() → str¶ Return the source.