You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / exceptions / VisibleDeprecationWarning

class

numpy.exceptions:VisibleDeprecationWarning

source: /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