cf.Constructs.__iter__

Constructs.__iter__()[source]

Called when an iterator is required.

x.__iter__() <==> iter(x)

New in version (cfdm): 1.7.0