summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/__init__.py b/numpy/lib/__init__.py
index 4cdb76b20..847a3e896 100644
--- a/numpy/lib/__init__.py
+++ b/numpy/lib/__init__.py
@@ -25,8 +25,9 @@ from .financial import *
from .arrayterator import Arrayterator
from .arraypad import *
from ._version import *
+from numpy.core.multiarray import tracemalloc_domain
-__all__ = ['emath', 'math']
+__all__ = ['emath', 'math', 'tracemalloc_domain']
__all__ += type_check.__all__
__all__ += index_tricks.__all__
__all__ += function_base.__all__