Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | exceptions.StandardError --+ | exceptions.ValueError --+ | _ValueError --+ | PointsError --+ | SciPyWarning
Error thrown for SciPy
warnings.
To raise SciPy
warnings as SciPyWarning exceptions, Python warnings
must be filtered as warnings.filterwarnings('error') prior to
import scipy
OR by setting env var PYTHONWARNINGS OR by invoking python
with
command line option -W set to -W error
.
Instance Methods | |
Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:20 2024 | http://epydoc.sourceforge.net |