aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/any_all.py.exp
blob: be722805df84b72dc944731c16333daf7d8dcc6a (plain)
1
2
3
4
5
6
False
array([False, True, True, True], dtype=bool)
array([False, True, True], dtype=bool)
True
array([True, True, True, True], dtype=bool)
array([True, True, True], dtype=bool)