Home
last modified time | relevance | path

Searched refs:cmpfiles (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_filecmp.py89 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir, ['file']) ==
92 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir_same, ['file']) ==
97 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir, ['file'],
101 self.assertTrue(filecmp.cmpfiles(self.dir, self.dir_same, ['file'],
109 self.assertFalse(filecmp.cmpfiles(self.dir, self.dir_same,
/third_party/python/Lib/
Dfilecmp.py187 xx = cmpfiles(self.left, self.right, self.common_files)
258 def cmpfiles(a, b, common, shallow=True): function
/third_party/node/deps/v8/tools/
Dcompare_torque_output.py41 _, diffs, _ = filecmp.cmpfiles(
/third_party/python/Doc/library/
Dfilecmp.rst39 .. function:: cmpfiles(dir1, dir2, common, shallow=True)
54 For example, ``cmpfiles('a', 'b', ['c', 'd/e'])`` will compare ``a/c`` with