hyb
2025-11-10 e0a856b5072c5a09f3f6de6da85abf90e00ee704
1
2
3
4
5
import numpy.exceptions as ex
 
ex.AxisError(1.0)  # type: ignore[call-overload]
ex.AxisError(1, ndim=2.0)  # type: ignore[call-overload]
ex.AxisError(2, msg_prefix=404)  # type: ignore[call-overload]