def distance(self): if not self._distance: self._distance = distance(self._str1, self._str2) return self._distance