Home / Class/ RawContentBlockStartEvent Class — anthropic-sdk-python Architecture

RawContentBlockStartEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the RawContentBlockStartEvent class in raw_content_block_start_event.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  cb5af558_dbfb_7677_dc52_7b31deb392ba["RawContentBlockStartEvent"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  cb5af558_dbfb_7677_dc52_7b31deb392ba -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  1075c573_f7d2_f9fe_8f9b_b13ea8298ac2["raw_content_block_start_event.py"]
  cb5af558_dbfb_7677_dc52_7b31deb392ba -->|defined in| 1075c573_f7d2_f9fe_8f9b_b13ea8298ac2

Relationship Graph

Source Code

src/anthropic/types/raw_content_block_start_event.py lines 23–28

class RawContentBlockStartEvent(BaseModel):
    content_block: ContentBlock

    index: int

    type: Literal["content_block_start"]

Extends

Frequently Asked Questions

What is the RawContentBlockStartEvent class?
RawContentBlockStartEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/raw_content_block_start_event.py.
Where is RawContentBlockStartEvent defined?
RawContentBlockStartEvent is defined in src/anthropic/types/raw_content_block_start_event.py at line 23.
What does RawContentBlockStartEvent extend?
RawContentBlockStartEvent extends BaseModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free