Mercurial > hgrepos > Python > apps > py-cutils
comparison cutils/util/walk.py @ 369:04d7945ff4ae
treesum: Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 11 Apr 2025 17:12:00 +0200 |
| parents | 7761a15b9736 |
| children | 29a301ff2501 |
comparison
equal
deleted
inserted
replaced
| 368:7761a15b9736 | 369:04d7945ff4ae |
|---|---|
| 143 """The original name exactly as given in the ctor""" | 143 """The original name exactly as given in the ctor""" |
| 144 return self._name | 144 return self._name |
| 145 | 145 |
| 146 @property | 146 @property |
| 147 def path(self): | 147 def path(self): |
| 148 """The original path exactly as given in the ctor.""" | 148 """The original path exactly as given in the ctor -- but normalized to |
| 149 have forward slashes""" | |
| 149 return self._path | 150 return self._path |
| 150 | 151 |
| 151 @property | 152 @property |
| 152 def fsname(self): | 153 def fsname(self): |
| 153 """The name as bytes for the filesystem. | 154 """The name as bytes for the filesystem. |
