Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
class
PatchParseError(PatchError):
116
""
"Raised when the patch text cannot be parsed."
""
117
pass
118
119
120
PATCH_PATTERN = re.compile(
Callers
2
parse_patch
Function · 0.85
_apply_multi_file_patch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected