def get_abspath(self, path):
"""
Get the absolute path of a given path.
:param path: The path to get the absolute path from.
:return str: The absolute version of the path.
"""
return self.path_mod.abspath(self.path_mod.join(self.cwd, path))
评论列表
文章目录