bundles / numpy latest / 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