skbio.util.get_config# skbio.util.get_config(option: str) → str[source]# Get the current value of an skbio config option. Parameters: optionstrThe configuration option to be found. Returns: strThe current value of the configuration option supplied.