def load_from_home(cls, relative_conf_path, **kwargs):
"""
loads workspace relative to the user directory
:param relative_conf_path: path to configuration
relative to the user directory
:return: initialized workspace
"""
return cls(Path.home() / relative_conf_path,
override_configuration=None, **kwargs)
评论列表
文章目录