ImageFile.isiterable

ImageFile.isiterable() bool

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.