Auto-CS 2.0

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

Module CuedSpeech.whatkey

Class sppasCuedRulesMinValueError

Description

:ERROR 1321:.

A Cued Speech syllable should contain at least one phoneme. Got {} instead.

Constructor

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

Public functions

get_status

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

Overloads

__str__

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