skbio.io.registry.IORegistry.get_sniffer

IORegistry.get_sniffer(format_name)[source]

Locate the sniffer for a format.

State: Stable as of 0.4.0.

Parameters

format_name (str) – The name of the format to lookup.

Returns

The sniffer associated with format_name

Return type

function or None