isiterable#

astropy.utils.misc.isiterable(obj)[source]#

Deprecated since version 7.2: The isiterable function is deprecated and may be removed in a future version. Use numpy.iterable() instead.

Returns True if the given object is iterable.