medpy.filter.IntensityRangeStandardization.IntensityRangeStandardization.is_sequence

static IntensityRangeStandardization.is_sequence(arg)[source]

Checks via its hidden attribute whether the passed argument is a sequence (but excluding strings).

Credits to Steve R. Hastings a.k.a steveha @ http://stackoverflow.com