File size: 142 Bytes
7885a28 |
1 2 3 4 5 6 7 |
import warnings
warnings.warn(
"scipy.misc.doccer is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)
|
7885a28 |
1 2 3 4 5 6 7 |
import warnings
warnings.warn(
"scipy.misc.doccer is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)
|