We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
nditer
1 parent 554739e commit 723605bCopy full SHA for 723605b
numpy/typing/tests/data/pass/nditer.py
@@ -0,0 +1,4 @@
1
+import numpy as np
2
+
3
+arr = np.array([1])
4
+np.nditer([arr, None])
0 commit comments