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

Function cmp

Lib/filecmp.py:21–57  ·  view source on GitHub ↗

Compare two files. Arguments: f1 -- First file name f2 -- Second file name shallow -- Just check stat signature (do not read the files). defaults to 1. Return value: True if the files are the same, False otherwise. This function uses a cache for past

(f1, f2, shallow=1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__cmp__Method · 0.70
strcollFunction · 0.70
__cmp__Method · 0.70
__cmp__Method · 0.70
docclassMethod · 0.70
__cmp__Method · 0.70
__cmp__Method · 0.70
__cmp__Method · 0.70
_cmpFunction · 0.70
__cmp__Method · 0.70
__cmp__Method · 0.70
_mainFunction · 0.70

Calls 5

_sigFunction · 0.85
_do_cmpFunction · 0.85
statMethod · 0.45
getMethod · 0.45
clearMethod · 0.45

Tested by 1

__cmp__Method · 0.56