Searched refs:cmpfiles (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ |
D | test_filecmp.py | 89 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/ |
D | filecmp.py | 187 xx = cmpfiles(self.left, self.right, self.common_files) 258 def cmpfiles(a, b, common, shallow=True): function
|
/third_party/node/deps/v8/tools/ |
D | compare_torque_output.py | 41 _, diffs, _ = filecmp.cmpfiles(
|
/third_party/python/Doc/library/ |
D | filecmp.rst | 39 .. function:: cmpfiles(dir1, dir2, common, shallow=True) 54 For example, ``cmpfiles('a', 'b', ['c', 'd/e'])`` will compare ``a/c`` with
|