cf.CellMethod.method

CellMethod.method

The cell method’s method qualifier.

Describes how the cell values have been determined or derived.

Examples

>>> c
<CF CellMethod: time: minimum>
>>> c.method
'minimum'
>>> c.method = 'variance'
>>> c
<CF CellMethods: time: variance>
>>> del c.method
>>> c
<CF CellMethod: time: >