def __in_home_directory(self, path): return posixpath.abspath(path).startswith(self.__home_directory)