summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2018-10-16 09:24:28 -0700
committerTyler Reddy <tyler.je.reddy@gmail.com>2018-10-16 09:24:28 -0700
commitaafb0a84e1e6dc3b5db5f571feadfd3666986589 (patch)
treecb1cbeba67f6ca9eab43d83b276c76e74eb1b384 /numpy/lib/index_tricks.py
parentdc9b616828f7eda0a932319a24cd61c3a39598c4 (diff)
downloadnumpy-aafb0a84e1e6dc3b5db5f571feadfd3666986589.tar.gz
MAINT: remove unused nd_grid __len__
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r--numpy/lib/index_tricks.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py
index 06bb54bc1..26243d231 100644
--- a/numpy/lib/index_tricks.py
+++ b/numpy/lib/index_tricks.py
@@ -200,9 +200,6 @@ class nd_grid(object):
else:
return _nx.arange(start, stop, step)
- def __len__(self):
- return 0
-
class MGridClass(nd_grid):
"""