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

BetaRawContentBlockStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaRawContentBlockStopEvent class in beta_raw_content_block_stop_event.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  396aadcd_c85a_f1ad_83ac_3ad2d34bd2fd["BetaRawContentBlockStopEvent"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  396aadcd_c85a_f1ad_83ac_3ad2d34bd2fd -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  e5d1ddf1_a437_5541_364c_1fbcd4cc0576["beta_raw_content_block_stop_event.py"]
  396aadcd_c85a_f1ad_83ac_3ad2d34bd2fd -->|defined in| e5d1ddf1_a437_5541_364c_1fbcd4cc0576

Relationship Graph

Source Code

src/anthropic/types/beta/beta_raw_content_block_stop_event.py lines 10–13

class BetaRawContentBlockStopEvent(BaseModel):
    index: int

    type: Literal["content_block_stop"]

Extends

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free