Auto-CS 2.0

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

Module CuedSpeech.wherecue

Class sppasWhereCuedSightsValueError

Description

:ERROR 1332:.

{:d} sights were expected for a face but got {:d}.

Constructor

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

Public functions

get_status

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

Overloads

__str__

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