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

bundles / numpy 2.4.3 / numpy / _core / _exceptions

module

numpy._core._exceptions

source: /numpy/_core/_exceptions.py :0

Members

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