Search
Search Results
Search finished, found 7 page(s) matching the search query.
- numpy.ndarray.__len__
...NumPy reference Array objects The N-dimensional array (ndarray) numpy.ndarray.__len__...
- numpy.ndarray.__len__ (Python method, in numpy.ndarray.__len__)
- NumPy 1.11.0 Release Notes
...ype-detection handler. Instead, as in python 3, they may potentially count as sequences, but only if they define both a __len__ and a __getitem__ method. This fixes a segfault and inconsistency between python 2 and 3. New Features np.hi...
- NumPy 1.13.0 Release Notes
...e) would fall back to the default python implementation, which checked if len(dtype) > 0. Since dtype objects implement __len__ as the number of record fields, bool of scalar dtypes would evaluate to False, which was unintuitive. Now bool(d...
- NumPy 1.16.0 Release Notes
- NumPy 1.20.0 Release Notes
...this function since NumPy 1.8. Use next(it) instead of it.ndincr(). (gh-17233) ArrayLike objects which do not define __len__ and __getitem__ Objects which define one of the protocols __array__, __array_interface__, or __array_struct__ bu...
- numpy.ndarray.__len__
...NumPy reference Array objects The N-dimensional array (ndarray) numpy.ndarray.__len__...