cf.Field.dump

Field.dump(level=0, complete=False, title='Field', q='=')[source]

Return a string containing a description of the field.

Parameters :

level : int, optional

complete : bool, optional

title : str, optional

q : str, optional

Returns :
out : str

A string containing the description.

Examples

>>> x = f.dump()
>>> print f.dump(id='pressure_field')

Previous topic

cf.Field.dims

Next topic

cf.Field.equals

This Page