Start dftlib dftlib.transformer dftlib.transformer.anonymizer dftlib.transformer.anonymizer.make_anonymous dftlib.transformer.anonymizer.make_anonymous¶ make_anonymous(dft: Dft, grid_layout: bool = False)¶ Remove all data which could identify the DFT. Id and name are increasing counter values. :param dft: DFT. :param grid_layout: Elements are ordered in a grid to remove positioning information. :return: Anonymous DFT.