A CF-compliant earth science data analysis library
Flags.
dump
Return a string containing a full description of the instance.
If False then return the description as a string. By default the description is printed, i.e. f.dump() is equivalent to print(f.dump(display=False)).
f.dump()
print(f.dump(display=False))
None
str
A string containing the description.