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 toprint f.dump(display=False).
Returns: - display: