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 / _core / _multiarray_umath / get_handler_name

built-in

numpy._core._multiarray_umath:get_handler_name

Summary

get_handler_name(a: ndarray) -> str | None

Extended Summary

Return the name of the memory handler used by a. If not provided, return the name of the memory handler that will be used to allocate data for the next ndarray in this context. May return None if a does not own its memory, in which case you can traverse a.base for a memory handler.

Aliases

  • numpy._core._multiarray_umath.get_handler_name