phenotypic.sdk_.has_config_suffix# phenotypic.sdk_.has_config_suffix(path: str | Path, suffixes: Iterable[str]) → bool[source]# Return whether path ends with any configured suffix. Matching is case-insensitive so callers can discover user-provided files from case-preserving filesystems without rewriting their names. Parameters: path (str | Path) suffixes (Iterable[str]) Return type: bool