(self, pathfmt)
| 38 | )}, options) |
| 39 | |
| 40 | def replace(self, pathfmt): |
| 41 | try: |
| 42 | if self._compare(pathfmt.realpath, pathfmt.temppath): |
| 43 | return self._equal(pathfmt) |
| 44 | except OSError: |
| 45 | pass |
| 46 | self._equal_cnt = 0 |
| 47 | |
| 48 | def enumerate(self, pathfmt): |
| 49 | num = 1 |