Auto-CS 2.0

https://sourceforge.net/projects/autocs/

Module CuedSpeech.whenhand

Class sppasCuedPredictorError

Description

:ERROR 1325:.

No predictor system is defined.

Constructor

View Source
def __init__(self):
    self._status = 1325
    self.parameter = error(self._status) + error(self._status, 'annotations')

Public functions

get_status

View Source
def get_status(self):
    return self._status

Overloads

__str__

View Source
def __str__(self):
    return repr(self.parameter)