isiterable

Stoner.tools.isiterable(value: Any) bool[source]

Chack to see if a value is iterable.

Parameters:

value – Entity to check if it is iterable

Returns:

(bool) – True if value is an instance of collections.Iterable.