Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ file_mtime
Function
file_mtime
photo_timestamp_renamer.py:88–89 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
86
87
88
def
file_mtime(path: Path) -> datetime:
89
return
datetime.fromtimestamp(path.stat().st_mtime)
90
91
92
def
unique_name(dest_dir: Path, base: str, ext: str) -> Path:
Callers
1
rename_photos
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected