bundles / numpy 2.4.4 / numpy / _core / _multiarray_umath / get_handler_version
built-in
numpy._core._multiarray_umath:get_handler_version
Summary
get_handler_version(a: ndarray) -> int,None
Extended Summary
Return the version of the memory handler used by a. If not provided, return the version 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_version