cf.Domain.dump

Domain.dump(complete=False, display=True, _level=0)[source]

Return a string containing a full description of the domain.

Parameters:
complete
: bool, optional

Output a complete dump. Fields contained in coordinate reference are themselves described with their dumps.

display
: bool, optional

If False then return the description as a string. By default the description is printed, i.e. d.dump() is equivalent to print d.dump(display=False).

Returns:
out
: None or str

A string containing the description.

complete : bool, optional

Examples: