MCPcopy Create free account
hub / github.com/boostorg/histogram / is_more_recent

Function is_more_recent

doc/sync_code.py:6–7  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

4import os
5
6def is_more_recent(a, b):
7 return os.stat(a).st_mtime > os.stat(b).st_mtime
8
9out_dir = os.path.dirname(__file__) + "/../examples"
10if not os.path.exists(out_dir):

Callers 1

sync_code.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected