Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
def
get_mtime(dirpath, fname):
100
fpath = os.path.join(dirpath, fname)
101
return
os.stat(fpath).st_mtime
102
103
104
def
list_files_by_mtime(dirpath):
Callers
1
list_files_by_mtime
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected