cf.Variable.dump¶
-
Variable.
dump
(display=True, prefix=None, omit=(), field=None, key=None, _title=None, _level=0)[source]¶ Return a string containing a full description of the instance.
Parameters: Returns: Examples: >>> f.dump() Data(1, 2) = [[2999-12-01 00:00:00, 3000-12-01 00:00:00]] 360_day axis = 'T' standard_name = 'time'
>>> f.dump(omit=('axis',)) Data(1, 2) = [[2999-12-01 00:00:00, 3000-12-01 00:00:00]] 360_day standard_name = 'time'