2.3.6. czekitout.isa.nonnegative_numpy_array

nonnegative_numpy_array(obj)[source]

Returns True if input object is a nonnegative numpy array.

Parameters:
objany type

Input object.

Returns:
resultbool

result is set to True if obj is a nonnegative numpy array, otherwise it is set to False.