skbio.io.registry.IORegistry.list_read_formats#

IORegistry.list_read_formats(cls)[source]#

Return a list of available read formats for a given cls type.

Parameters:
clstype

The class which will be used to determine what read formats exist for an instance of cls.

Returns:
list

A list of available read formats for an instance of cls. List may be empty.