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

Function newer

Lib/distutils/dep_util.py:13–31  ·  view source on GitHub ↗

Tells if the target is newer than the source. Return true if 'source' exists and is more recently modified than 'target', or if 'source' exists and 'target' doesn't. Return false if both exist and 'target' is the same age or younger than 'source'. Raise DistutilsFileError if 'sourc

(source, target)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

preprocessMethod · 0.90
copy_fileFunction · 0.90
preprocessMethod · 0.90
byte_compileFunction · 0.90
copy_scriptsMethod · 0.90
test_newerMethod · 0.90
newer_pairwiseFunction · 0.85

Calls 3

DistutilsFileErrorClass · 0.90
existsMethod · 0.45
statMethod · 0.45

Tested by 1

test_newerMethod · 0.72