solidipes.loaders.group module
- class solidipes.loaders.group.Group(pattern: str, paths: list[str], **kwargs)[source]
Bases:
ABCGroup of files and directories.
- _abc_impl = <_abc._abc_data object>
- abstractmethod static _find_groups(is_dir_path_dict: dict[str, bool]) dict[str, list[str]][source]
Find groups of file and directory names.
From a list of file and directory names (on a single level), return a dictionary with - key: pattern, - value: list of file and directory names that belong to the group.