Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ is_photo
Function
is_photo
photo_timestamp_renamer.py:37–38 ·
view source on GitHub ↗
(p: Path)
Source
from the content-addressed store, hash-verified
35
36
37
def
is_photo(p: Path) -> bool:
38
return
p.is_file() and p.suffix.lower() in SUPPORTED_EXTS
39
40
41
def
sanitize_prefix(s: str) -> str:
Callers
1
gather_photos
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected