Iterable definitions

Search

Iterable

Iterable logo #21002• (a.) Capable of being iterated or repeated.
Found on http://thinkexist.com/dictionary/meaning/iterable/

Iterable

Iterable logo #20972It'er·a·ble adjective [ Latin iterabilis . See Iterate .] Capable of being iterated or repeated. [ Obsolete]
Found on http://www.encyclo.co.uk/webster/I/104

iterable

iterable logo #22782An object capable of returning its members one at a time.
Found on http://www.pythonforbeginners.com/cheatsheet/python-glossary

iterable

iterable logo #22777A container object capable of returning its members one at a time. Examples of iterables include all sequence types (list, str, tuple, etc.) and some non-sequence types like dict and file and objects of any classes you define with an __iter__ or __getitem__ method. Iterables can be used in a for loop and in many other places where a sequence is nee...
Found on https://wiki.python.org/moin/PythonGlossary
No exact match found.