is_sequence_of_uint

compas.data.is_sequence_of_uint(items)[source]

Verify that the sequence contains only unsigned int.

Parameters

items (iterable) – The sequence of items.

Returns

bool