SPPAS 4.20

Module sppas.config

Class sppasPythonFeatureError

Description

:ERROR 9990: Deprecated Python: the features {:s} of SPPAS requires {:s}.

Constructor

View Source
def __init__(self, fid, pyversion):
    self._status = 9990
    self.parameter = error(self._status) + error(self._status, 'globals').format(fid, pyversion)

Public functions

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

Overloads

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