skbio.util.get_config#

skbio.util.get_config(option: str) str[source]#

Get the current value of an skbio config option.

Parameters:
optionstr

The configuration option to be found.

Returns:
str

The current value of the configuration option supplied.