(self)
| 481 | return self.fs.relpath(self.fs_path, self.repo.root_dir) |
| 482 | |
| 483 | def clear(self): |
| 484 | self.hash_info = HashInfo.from_dict({}) |
| 485 | self.meta = Meta.from_dict({}) |
| 486 | self.obj = None |
| 487 | self.files = None |
| 488 | |
| 489 | @property |
| 490 | def protocol(self): |