IORegistry.
list_write_formats
(cls)[source]¶Return a list of available write formats for a given cls type.
State: Stable as of 0.4.0.
cls (type) – The class which will be used to determine what write formats exist for an instance of cls.
A list of available write formats for an instance of cls. List may be empty.
list