Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-agents-python
/ ParserState
Class
ParserState
src/agents/apply_diff.py:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
@dataclass
21
class
ParserState:
22
lines: list[str]
23
index: int = 0
24
fuzz: int = 0
25
26
27
@dataclass
Callers
4
test_is_done_true_when_index_out_of_range
Function · 0.90
test_read_str_returns_empty_when_missing_prefix
Function · 0.90
_parse_create_diff
Function · 0.85
_parse_update_diff
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_is_done_true_when_index_out_of_range
Function · 0.72
test_read_str_returns_empty_when_missing_prefix
Function · 0.72