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 transforms 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).

level : int, optional

Returns :
out : None or str

A string containing the description.

complete : bool, optional

Examples

Previous topic

cf.Domain.directions

Next topic

cf.Domain.dump_axes

This Page