cf.Domain.dump_components

Domain.dump_components(complete=False, display=True, level=0)[source]

Return a string containing a full description of the domain.

Parameters:

complete : bool, optional

display : bool, optional

If False then return the description as a string. By default the description is printed.

level : int, optional

Returns:
out : str

A string containing the description.

Examples:

Previous topic

cf.Domain.dump_axes

Next topic

cf.Domain.equals

This Page