dataFetcher
- dataFetcher.find_local_support_data() Path | None[source]
Return the path to the local
supportDatadirectory if running from a cloned repo, otherwise returnNone.Works whether running from source (src/) or from built modules (dist3/Basilisk/).
- dataFetcher.get_path(file_enum: Enum) Path[source]
Return a filesystem path for the requested supportData file.
If running from a local Basilisk repo, the file is returned directly from
supportData/. Otherwise, it is fetched or retrieved from the Pooch cache.