bellini.api.utils.is_arr

bellini.api.utils.is_arr(arr)[source]

Returns if num is either an array or a Quantity holding an array

Parameters

arr (object)

Returns

Whether or not arr is either an array or a Quantity holding an array

Return type

bool