cf.Domain.dump

Domain.dump(*args, **kwargs)[source]

A full description of the domain.

The domain components are described without abbreviation with the exception of data arrays, which are abbreviated to their first and last values.

New in version (cfdm): 1.7.0

Parameters
display: bool, optional

If False then return the description as a string. By default the description is printed.

Parameter example:

f.dump() is equivalent to print f.dump(display=False).

Returns
str or None

If display is True then the description is printed and None is returned. Otherwise the description is returned as a string.