Return a string containing a full description of the instance.
Set the common prefix of component names. By default the instance’s class name is used.
Omit the given CF properties from the description.
A string containing the description.
Examples
>>> x = v.dump() >>> print v.dump() >>> print v.dump(id='variable1') >>> print v.dump(omit=('long_name',))
cf.Variable.delprop
cf.Variable.equals
Enter search terms or a module, class or function name.