phenotypic.sdk_.matches_any_suffix# phenotypic.sdk_.matches_any_suffix(path: str | Path, suffixes: Iterable[str]) → bool[source]# Return whether path ends with any suffix in suffixes. Parameters: path (str | Path) suffixes (Iterable[str]) Return type: bool