(self, name)
| 818 | return r |
| 819 | |
| 820 | def native_file_name(self, name): |
| 821 | name = self.adjust_names(name)[0] |
| 822 | return os.path.normpath(os.path.join(self.workdir, *name.split("/"))) |
| 823 | |
| 824 | def wait_for_time_change(self, path, touch): |
| 825 | """ |
no test coverage detected