A CF-compliant earth science data analysis library
Data.
dump
Return a string containing a full description of the instance.
bool
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)).
d.dump()
print(d.dump(display=False))
str
Set the common prefix of component names. By default the instance’s class name is used.
None
A string containing the description.