(self, file_name)
| 987 | underline=0) |
| 988 | |
| 989 | def __recent_file_callback(self, file_name): |
| 990 | def open_recent_file(fn_closure=file_name): |
| 991 | self.io.open(editFile=fn_closure) |
| 992 | return open_recent_file |
| 993 | |
| 994 | def saved_change_hook(self): |
| 995 | short = self.short_title() |
no outgoing calls
no test coverage detected