MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / cmpfiles

Function cmpfiles

Lib/filecmp.py:241–259  ·  view source on GitHub ↗

Compare common files in two directories. a, b -- directory names common -- list of file names found in both directories shallow -- if true, do comparison based solely on stat() information Returns a tuple of three lists: files that compare equal files that are different

(a, b, common, shallow=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

phase3Method · 0.85

Calls 3

_cmpFunction · 0.85
joinMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected