Introduction
Modules
API
Determines whether an object is iterable.
Here, an object is iterable if it has a nonzero length and is not a string.
data (any)
iterable (bool) -- Returns True if data is not a string and has a length that is greater than zero.
bool