MCPcopy Create free account
hub / github.com/HKUDS/OpenSpace / PatchParseError

Class PatchParseError

openspace/skill_engine/patch.py:115–117  ·  view source on GitHub ↗

Raised when the patch text cannot be parsed.

Source from the content-addressed store, hash-verified

113
114
115class PatchParseError(PatchError):
116 """Raised when the patch text cannot be parsed."""
117 pass
118
119
120PATCH_PATTERN = re.compile(

Callers 2

parse_patchFunction · 0.85
_apply_multi_file_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected