cf.Domain.dump

Domain.dump(display=True, _level=0, _title=None)[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.

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
None or str

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