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

RawContentBlockStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the RawContentBlockStopEvent class in raw_content_block_stop_event.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  33d718b9_2662_406d_fc0b_39cd6a64f8dd["RawContentBlockStopEvent"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  33d718b9_2662_406d_fc0b_39cd6a64f8dd -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  6e458b30_5616_a6df_6f78_c542b21a862c["raw_content_block_stop_event.py"]
  33d718b9_2662_406d_fc0b_39cd6a64f8dd -->|defined in| 6e458b30_5616_a6df_6f78_c542b21a862c

Relationship Graph

Source Code

src/anthropic/types/raw_content_block_stop_event.py lines 10–13

class RawContentBlockStopEvent(BaseModel):
    index: int

    type: Literal["content_block_stop"]

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free