Home | History | Annotate | Download | only in idlelib

Lines Matching refs:rf_file

883             with open(self.recent_files_path, 'w') as rf_file:
884 rf_file.writelines(rf_list)