bundles / numpy 2.4.4 / numpy / _utils
module
numpy._utils
source: /numpy/_utils/__init__.py :0
Submodules
Members
Summary
This is a module for defining private helpers which do not depend on the rest of NumPy.
Extended Summary
Everything in here must be self-contained so that it can be imported anywhere else without creating circular imports. If a utility requires the import of NumPy, it probably belongs in numpy._core.
Additional content
This is a module for defining private helpers which do not depend on the rest of NumPy.
Everything in here must be self-contained so that it can be imported anywhere else without creating circular imports. If a utility requires the import of NumPy, it probably belongs in numpy._core.
Aliases
-
numpy._utils