cf.FieldAncillary.dump¶
-
FieldAncillary.
dump
(display=True, omit=(), field=None, key=None, _level=0, _title=None)[source]¶ Return a string containing a full description of the field ancillary object.
Parameters: - display:
bool
, optional If False then return the description as a string. By default the description is printed, i.e.
f.dump()
is equivalent toprint f.dump(display=False)
.
Returns: Examples: - display: