MCPcopy
hub / github.com/astral-sh/python-build-standalone / NoSearchStringError

Class NoSearchStringError

cpython-windows/build.py:289–290  ·  view source on GitHub ↗

Represents a missing search string when replacing content in a file.

Source from the content-addressed store, hash-verified

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

Callers 2

static_replace_in_fileFunction · 0.85
hack_project_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected