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