cf.CellMeasure.__repr__

CellMeasure.__repr__()[source]

Called by the repr built-in function.

x.__repr__() <==> repr(x)

New in version 3.16.0.