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.
| Parameters: | cls (type) – The class which will be used to determine what write formats exist for an instance of cls. |
|---|---|
| Returns: | A list of available write formats for an instance of cls. List may be empty. |
| Return type: | list |