MCPcopy Index your code
hub / github.com/geekcomputers/Python / Options

Class Options

photo_timestamp_renamer.py:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107@dataclass
108class Options:
109 folder: Path
110 recursive: bool
111 dry_run: bool
112 prefix: str
113 keep_original: bool # if true, don't rename if it already matches our format
114
115
116def already_formatted(name: str) -> bool:

Callers 2

mainFunction · 0.85
weather.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected