is_sequence_of_int

compas.data.is_sequence_of_int(items)[source]

Verify that the sequence contains only integers.

Parameters

items (sequence) – The sequence of items.

Returns

bool