doccer.py 142 B

123456
  1. import warnings
  2. warnings.warn(
  3. "scipy.misc.doccer is deprecated and will be removed in 2.0.0",
  4. DeprecationWarning,
  5. stacklevel=2
  6. )