Пример #1
0
 def get_html_repr(self, index: int) -> str:
     path = Path(self.value[index])
     return html_repr(path)
 def _repr_html_(self) -> str:
     return html_repr(Path(self.value))