scopesim.server.example_data_utils.list_example_data#
- scopesim.server.example_data_utils.list_example_data(url: str | None = None, return_files: bool = False, silent: bool = False) list[str]#
List all example files found under
url.- Parameters:
- Returns:
all_files – A list of paths to the example files relative to
url. The full string should be passed todownload_example_data.- Return type: