is_sequence_type

glotaran.model.util.is_sequence_type(t: type) bool[source]

Check if the type is a sequence.

Parameters

t (type) – The type to check.

Returns

Whether the type is a sequence.

Return type

bool