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

ContentBlockStopEvent Class — anthropic-sdk-python Architecture

Architecture documentation for the ContentBlockStopEvent class in _types.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  14743bb3_4d9d_402a_6142_f5844b43524c["ContentBlockStopEvent"]
  33d718b9_2662_406d_fc0b_39cd6a64f8dd["RawContentBlockStopEvent"]
  14743bb3_4d9d_402a_6142_f5844b43524c -->|extends| 33d718b9_2662_406d_fc0b_39cd6a64f8dd
  0fe13bcd_521d_1fdd_3edc_21cd47da8ca0["_types.py"]
  14743bb3_4d9d_402a_6142_f5844b43524c -->|defined in| 0fe13bcd_521d_1fdd_3edc_21cd47da8ca0

Relationship Graph

Source Code

src/anthropic/lib/streaming/_types.py lines 86–89

class ContentBlockStopEvent(RawContentBlockStopEvent):
    type: Literal["content_block_stop"]

    content_block: ContentBlock

Frequently Asked Questions

What is the ContentBlockStopEvent class?
ContentBlockStopEvent is a class in the anthropic-sdk-python codebase, defined in src/anthropic/lib/streaming/_types.py.
Where is ContentBlockStopEvent defined?
ContentBlockStopEvent is defined in src/anthropic/lib/streaming/_types.py at line 86.
What does ContentBlockStopEvent extend?
ContentBlockStopEvent extends RawContentBlockStopEvent.

Analyze Your Own Codebase

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

Try Supermodel Free