diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-05 10:40:20 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-05 10:40:20 +0000 |
commit | cec9a2ee40ef84dab429e71825ea9c4c9765aa40 (patch) | |
tree | 835e03570e5de29b69f6ce1493ead2e7031905e7 /numpy/lib/function_base.py | |
parent | 8b1e2f929fdfb79e0a446a1fb7bec33a799d492b (diff) | |
download | numpy-cec9a2ee40ef84dab429e71825ea9c4c9765aa40.tar.gz |
Cleaning up __all__ list and numpy namespace.
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index d0b3535d0..b3c94a264 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -1,7 +1,7 @@ -l__all__ = ['logspace', 'linspace', +__all__ = ['logspace', 'linspace', 'select', 'piecewise', 'trim_zeros', - 'copy', 'iterable', 'base_repr', 'binary_repr', + 'copy', 'iterable', #'base_repr', 'binary_repr', 'diff', 'gradient', 'angle', 'unwrap', 'sort_complex', 'disp', 'unique', 'extract', 'insert', 'nansum', 'nanmax', 'nanargmax', 'nanargmin', 'nanmin', 'vectorize', 'asarray_chkfinite', 'average', |