Lines Matching defs:report
89 x.report() -> prints a report on the differences between dir1 and dir2
91 x.report_partial_closure() -> prints report on differences between dir1
192 def report(self): # Print a report on the differences between a and b
218 self.report()
221 sd.report()
223 def report_full_closure(self): # Report on self and subdirs recursively
224 self.report()
293 dd.report()