cf.UMArray.get_format¶
- UMArray.get_format()[source]¶
The format of the files.
Added in version 3.15.0.
See also
get_address
,get_filename
,get_formats
- Returns:
str
The file format. Always
'um'
, signifying PP/UM.
Examples
>>> a.get_format() 'um'