pyudv.read_mfprof.write_dictionnary# write_dictionnary(dico, file)[source]# Write parameter dictionnary to a .txt file. Each line of this file is a dictionnary key, followed by the corresponding entry, directly converted using str. Parameters: dico (dict) – input dictionnary file (str) – output txt file. Returns: Nothing.