Utils

Download

Utils

brainles_aurora.utils.utils.remove_path_suffixes(path: Path | str) Path

Remove all suffixes from a path

Parameters:

path (Path | str) – path to remove suffixes from

Returns:

path without suffixes

Return type:

Path