bundles / numpy 2.4.3 / numpy / _core / _exceptions
module
numpy._core._exceptions
source: /numpy/_core/_exceptions.py :0
Members
-
_ArrayMemoryError -
_display_as_base -
_UFuncBinaryResolutionError -
_UFuncCastingError -
_UFuncInputCastingError -
_UFuncNoLoopError -
_UFuncOutputCastingError -
_unpack_tuple -
UFuncTypeError
Summary
Various richly-typed exceptions, that also help us deal with string formatting in python where it's easier.
Extended Summary
By putting the formatting in __str__, we also avoid paying the cost for users who silence the exceptions.
Additional content
Various richly-typed exceptions, that also help us deal with string formatting in python where it's easier.
By putting the formatting in __str__, we also avoid paying the cost for users who silence the exceptions.
Aliases
-
numpy._core._exceptions