Return True if and only if this cell methods is a super set of another.
The other cell methods for comparison.
Whether or not this cell methods is a super set of the other.
Examples
>>> c = cf.CellMethods('time: mean height: mean area: mean') >>> d = cf.CellMethods('area: mean time: mean') >>> c.has_cellmethods(d) True
cf.CellMethods.equivalent
cf.CellMethods.netcdf_translation
Enter search terms or a module, class or function name.