diff options
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/__init__.pyi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/numpy/lib/__init__.pyi b/numpy/lib/__init__.pyi index 2904b6a84..45a283782 100644 --- a/numpy/lib/__init__.pyi +++ b/numpy/lib/__init__.pyi @@ -226,8 +226,11 @@ from numpy.lib.utils import ( safe_eval as safe_eval, ) +from numpy.core.multiarray import ( + tracemalloc_domain as tracemalloc_domain, +) + __all__: List[str] __version__ = version emath = scimath -tracemalloc_domain: int |