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
Verify that the sequence contains only integers.
items (sequence) – The sequence of items.
bool