cf.CellMeasure.dump

CellMeasure.dump(domain=None, key=None, level=0)[source]

Return a string containing a full description of the cell measure.

Parameters :
id: str, optional

Set the common prefix of variable component names. By default the instance’s class name is used.

Returns :
out : str

A string containing the description.

Examples

>>> x = c.dump()
>>> print c.dump()
>>> print c.dump(id='area_measure')

Previous topic

cf.CellMeasure.delprop

Next topic

cf.CellMeasure.equals

This Page