Whether or not a particular axis is cyclic.
New in version 1.0.
See also
axis, cyclic, period
Select the axis which would be selected by this call of the field’s axis method: f.axis(axis, **kwargs). See cf.Field.axis for details.
True if the selected axis is cyclic, otherwise False.
>>> f.cyclic() [] >>> f.iscyclic('X') False >>> f.cyclic('X', period=360) [] >>> f.iscyclic('X') True
cf.Field.insert_ref
cf.Field.item
Enter search terms or a module, class or function name.