{ } Raw JSON

bundles / numpy 2.4.4 / 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