Files
opencv/venv/lib/python3.12/site-packages/scipy/misc/doccer.py
T
2026-05-06 19:47:31 +07:00

7 lines
142 B
Python

import warnings
warnings.warn(
"scipy.misc.doccer is deprecated and will be removed in 2.0.0",
DeprecationWarning,
stacklevel=2
)