Home | History | Annotate | Download | only in idlelib

Lines Matching refs:rf_list_file

864             rf_list_file = open(self.recent_files_path,'r')
866 rf_list = rf_list_file.readlines()
868 rf_list_file.close()