cf.CellMeasure.dump

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

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

Parameters :
display : bool, optional

If False then return the description as a string. By default the description is printed, i.e. c.dump() is equivalent to print c.dump(display=False).

level : int, optional

Returns :
out : None or str

A string containing the description.

Examples

Previous topic

cf.CellMeasure.delprop

Next topic

cf.CellMeasure.equals

This Page