The leap_month CF property.
Examples
>>> f.leap_month = 2 >>> f.leap_month 2 >>> del f.leap_month
>>> f.setprop('leap_month', 11) >>> f.getprop('leap_month') 11 >>> f.delprop('leap_month')
cf.Variable.history
cf.Variable.leap_year
Enter search terms or a module, class or function name.