cuda.bindings.utils.get_cuda_native_handle#

cuda.bindings.utils.get_cuda_native_handle(obj: Any) int#
Returns the address of the provided CUDA Python object as a Python int.

:param obj: CUDA Python object
:type obj: Any

:returns: **int**
:rtype: The object address.