:ERROR 9990: Deprecated Python: the features {:s} of SPPAS requires {:s}.
Module sppas.config
Class sppasPythonFeatureError
Description
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)