Searched refs:new_content (Results 1 – 1 of 1) sorted by relevance
250 def update_file(file_name, old_content, new_content): argument256 if new_content == old_content:261 new_file.write(new_content)273 new_content = process_data_file(file_name, old_content)277 update_file(file_name, old_content, new_content)