cf.CellMethods.has_cellmethod

CellMethods.has_cellmethod(other)[source]

Return True if and only if this cell methods is a super set of another.

Parameters:
other : cf.CellMethods

The other cell methods for comparison.

Returns:
out : bool

Whether or not this cell methods is a super set of the other.

Examples: