This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / exceptions / VisibleDeprecationWarning

class

numpy.exceptions:VisibleDeprecationWarning

source: build-install/usr/lib/python3.14/site-packages/numpy/exceptions.py :75

Summary

Visible deprecation warning.

Extended Summary

By default, python will not show deprecation warnings, so this class can be used when a very visible warning is helpful, for example because the usage is most likely a user bug.

Aliases

  • numpy.exceptions.VisibleDeprecationWarning

Referenced by