Represents a missing search string when replacing content in a file.
| 287 | |
| 288 | |
| 289 | class NoSearchStringError(Exception): |
| 290 | """Represents a missing search string when replacing content in a file.""" |
| 291 | |
| 292 | |
| 293 | def static_replace_in_file(p: pathlib.Path, search, replace): |
no outgoing calls
no test coverage detected