MCPcopy 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
37def is_photo(p: Path) -> bool:
38 return p.is_file() and p.suffix.lower() in SUPPORTED_EXTS
39
40
41def sanitize_prefix(s: str) -> str:

Callers 1

gather_photosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected