numpy/typing/tests/data/pass/nditer.py

import numpy as np

arr = np.array([1])
np.nditer([arr, None])
Metadata
View Raw File