MCPcopy Index your code
hub / github.com/clips/pattern / date_modified

Function date_modified

pattern/web/cache/__init__.py:61–62  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

59def date_now():
60 return datetime.datetime.today()
61def date_modified(path):
62 return datetime.datetime.fromtimestamp(os.stat(path)[8])
63
64class Cache(object):
65

Callers 2

ageMethod · 0.85
clearMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…