xoa.data_samples.get_data_sample

xoa.data_samples.get_data_sample#

xoa.data_samples.get_data_sample(filename=None)[source]#

Get the absolute path to a sample file

Parameters:

filename (str, None) – Name of the sample. If ommited, a list of available samples name is returned.

Returns:

str OR list(str)

Example