RawContentBlockDeltaEvent Class — anthropic-sdk-python Architecture
Architecture documentation for the RawContentBlockDeltaEvent class in raw_content_block_delta_event.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 80e331d4_b78b_3790_0c34_ed50a27a9a0e["RawContentBlockDeltaEvent"] 17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"] 80e331d4_b78b_3790_0c34_ed50a27a9a0e -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1 a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1["raw_content_block_delta_event.py"] 80e331d4_b78b_3790_0c34_ed50a27a9a0e -->|defined in| a9b3a37f_cf98_8148_92ef_8f71f1f2b7e1
Relationship Graph
Source Code
src/anthropic/types/raw_content_block_delta_event.py lines 11–16
class RawContentBlockDeltaEvent(BaseModel):
delta: RawContentBlockDelta
index: int
type: Literal["content_block_delta"]
Domain
Extends
Source
Frequently Asked Questions
What is the RawContentBlockDeltaEvent class?
RawContentBlockDeltaEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/raw_content_block_delta_event.py.
Where is RawContentBlockDeltaEvent defined?
RawContentBlockDeltaEvent is defined in src/anthropic/types/raw_content_block_delta_event.py at line 11.
What does RawContentBlockDeltaEvent extend?
RawContentBlockDeltaEvent extends BaseModel.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free