Searched refs:dircmp (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_filecmp.py | 123 d = filecmp.dircmp(left_dir, right_dir) 147 d = filecmp.dircmp(left_dir, right_dir) 172 d = filecmp.dircmp(left_dir, right_dir) 193 d = filecmp.dircmp(self.dir, self.dir_diff) 205 """Check that dircmp.subdirs respects subclassing.""" 206 class MyDirCmp(filecmp.dircmp): 216 d = filecmp.dircmp(left_dir, right_dir) 230 d = filecmp.dircmp(left_dir, right_dir)
|
H A D | test_genericalias.py | 24 from filecmp import dircmp namespace 94 dircmp,
|
/third_party/node/deps/v8/tools/ |
H A D | compare_torque_output.py | 60 dcmp = filecmp.dircmp(folder1, folder2)
|
/third_party/python/Lib/ |
H A D | filecmp.py | 4 dircmp 18 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES'] 88 class dircmp: class 91 dircmp(a, b, ignore=None, hide=None) 99 x = dircmp(dir1, dir2) 119 subdirs: a dictionary of dircmp instances (or MyDirCmp instances if this 120 object is of type MyDirCmp, a subclass of dircmp), keyed by names 191 # A new dircmp (or MyDirCmp if dircmp was subclassed) object is created 306 dd = dircmp(arg [all...] |
/third_party/skia/infra/bots/ |
H A D | test_utils.py | 73 _cmp('', filecmp.dircmp(a, b))
|
Completed in 4 milliseconds