Searched refs:copyfiles (Results 1 – 2 of 2) sorted by relevance
47 copyfiles: ChangeMap = dataclasses.field(default_factory=ChangeMap) variable in ProjectChanges50 return bool(self.attributes) or bool(self.linkfiles) or bool(self.copyfiles)64 if self.copyfiles:66 ret_str += textwrap.indent(str(self.copyfiles), _INDENT)136 copyfiles=subelement_file_changes('copyfile', p1, p2))
57 changes.copyfiles.added,59 self.assertEqual(changes.copyfiles.removed, {})61 changes.copyfiles.modified, {