MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_mtime

Function get_mtime

tensorflow/tools/test/upload_test_benchmarks.py:99–101  ·  view source on GitHub ↗
(dirpath, fname)

Source from the content-addressed store, hash-verified

97
98
99def get_mtime(dirpath, fname):
100 fpath = os.path.join(dirpath, fname)
101 return os.stat(fpath).st_mtime
102
103
104def list_files_by_mtime(dirpath):

Callers 1

list_files_by_mtimeFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected