BetaTextEditorCodeExecutionStrReplaceResultBlockParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaTextEditorCodeExecutionStrReplaceResultBlockParam class in beta_text_editor_code_execution_str_replace_result_block_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD b38006ec_7588_efae_8c4e_f89c3130e4d9["BetaTextEditorCodeExecutionStrReplaceResultBlockParam"] a692e685_d6d9_7e84_9012_f9053f4c95ad["beta_text_editor_code_execution_str_replace_result_block_param.py"] b38006ec_7588_efae_8c4e_f89c3130e4d9 -->|defined in| a692e685_d6d9_7e84_9012_f9053f4c95ad
Relationship Graph
Source Code
src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block_param.py lines 13–24
class BetaTextEditorCodeExecutionStrReplaceResultBlockParam(TypedDict, total=False):
type: Required[Literal["text_editor_code_execution_str_replace_result"]]
lines: Optional[SequenceNotStr[str]]
new_lines: Optional[int]
new_start: Optional[int]
old_lines: Optional[int]
old_start: Optional[int]
Domain
Defined In
Source
Frequently Asked Questions
What is the BetaTextEditorCodeExecutionStrReplaceResultBlockParam class?
BetaTextEditorCodeExecutionStrReplaceResultBlockParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block_param.py.
Where is BetaTextEditorCodeExecutionStrReplaceResultBlockParam defined?
BetaTextEditorCodeExecutionStrReplaceResultBlockParam is defined in src/anthropic/types/beta/beta_text_editor_code_execution_str_replace_result_block_param.py at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free