stimpyp.protocol_parser.UndefinedVariableError#

exception stimpyp.protocol_parser.UndefinedVariableError#

Bases: ProtocolError

__init__(var_name, line=None)#
Parameters:
  • message – error message

  • line (int | None) – line number

  • var_name (str)

__new__(**kwargs)#
args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.