treams.util.AnnotatedArray.__array__

AnnotatedArray.__array__(dtype=None, copy=None)

Convert to an numpy array.

This function returns the bare array without annotations. This function does not necessarily make a copy of the array.

Adopted according to https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword

Parameters:

dtype (optional) – Type of the returned array.