Lines Matching refs:dircmp
4 dircmp
18 __all__ = ['clear_cache', 'cmp', 'dircmp', 'cmpfiles', 'DEFAULT_IGNORES']
88 class dircmp:
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(args[0], args[1])