(cls)
| 1775 | |
| 1776 | @classmethod |
| 1777 | def get_user_data_dir(cls) -> Path: |
| 1778 | props = cls.get_addon_preferences() |
| 1779 | return Path(props.data_dir) |
| 1780 | |
| 1781 | @classmethod |
| 1782 | def get_data_dir_path(cls, relative_path: Union[str, Path]) -> Path: |
no test coverage detected