BetaTextEditorCodeExecutionStrReplaceResultBlock Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaTextEditorCodeExecutionStrReplaceResultBlock class in beta_text_editor_code_execution_str_replace_result_block.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 2604b605_7188_ab9c_451b_460e6cbebcb6["BetaTextEditorCodeExecutionStrReplaceResultBlock"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 2604b605_7188_ab9c_451b_460e6cbebcb6 -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 aff086f7_8201_6bf6_ed3a_f5747cd2e77e["beta_text_editor_code_execution_str_replace_result_block.py"] 2604b605_7188_ab9c_451b_460e6cbebcb6 -->|defined in| aff086f7_8201_6bf6_ed3a_f5747cd2e77e
Relationship Graph
Source Code
src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block.py lines 11–22
class BetaTextEditorCodeExecutionStrReplaceResultBlock(BaseModel):
lines: Optional[List[str]] = None
new_lines: Optional[int] = None
new_start: Optional[int] = None
old_lines: Optional[int] = None
old_start: Optional[int] = None
type: Literal["text_editor_code_execution_str_replace_result"]
Domain
Extends
Source
Frequently Asked Questions
What is the BetaTextEditorCodeExecutionStrReplaceResultBlock class?
BetaTextEditorCodeExecutionStrReplaceResultBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block.py.
Where is BetaTextEditorCodeExecutionStrReplaceResultBlock defined?
BetaTextEditorCodeExecutionStrReplaceResultBlock is defined in src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block.py at line 11.
What does BetaTextEditorCodeExecutionStrReplaceResultBlock extend?
BetaTextEditorCodeExecutionStrReplaceResultBlock extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free