This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / _utils

module

numpy._utils

source: build-install/usr/lib/python3.14/site-packages/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