skbio.io.registry.create_format¶
- skbio.io.registry.create_format(self, *args, **kwargs)[source]¶
A simple factory for creating new file formats.
State: Stable as of 0.4.0.
This will automatically register the format with this regsistry.
All arguments are passed through to the Format constructor.
- Returns
A new format that is registered with the registry.
- Return type