Declared in module PySplines.CubicSplines
PySplines.CubicSplines.CubicSplineError
exceptions.Exception
class CubicSplineError(Exception): # Inherited from exceptions.Exception def __getitem__(self, i) def __init__(self, *args) def __str__(self)
Exception to raise when cubic splines are used with wrong arguments.