fatf.utils.array.validation
.is_structured_row¶
-
fatf.utils.array.validation.
is_structured_row
(structured_row: numpy.void) → bool[source]¶ Determines whether the input is a structured numpy array’s row object.
- Parameters
- structured_rownumpy.void
The object to be checked.
- Returns
- is_structured_rowboolean
True if the input is array is a structured numpy array’s row object, False otherwise.
- Raises
- TypeError
The input is not a structured numpy array’s row object.