| Current Path : /opt/imh-python/lib/python3.9/site-packages/numpy/typing/tests/data/pass/ |
| Current File : //opt/imh-python/lib/python3.9/site-packages/numpy/typing/tests/data/pass/warnings_and_errors.py |
import numpy as np
np.AxisError("test")
np.AxisError(1, ndim=2)
np.AxisError(1, ndim=2, msg_prefix="error")
np.AxisError(1, ndim=2, msg_prefix=None)