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

ParsedContentBlockStopEvent Class — anthropic-sdk-python Architecture

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

Entity Profile

Dependency Diagram

graph TD
  bdf20814_1cb5_4f1b_91e9_09c73cfeff76["ParsedContentBlockStopEvent"]
  33d718b9_2662_406d_fc0b_39cd6a64f8dd["RawContentBlockStopEvent"]
  bdf20814_1cb5_4f1b_91e9_09c73cfeff76 -->|extends| 33d718b9_2662_406d_fc0b_39cd6a64f8dd
  db838942_a85e_3ae9_fc7c_64a1ebba9727["GenericModel"]
  bdf20814_1cb5_4f1b_91e9_09c73cfeff76 -->|extends| db838942_a85e_3ae9_fc7c_64a1ebba9727
  0fe13bcd_521d_1fdd_3edc_21cd47da8ca0["_types.py"]
  bdf20814_1cb5_4f1b_91e9_09c73cfeff76 -->|defined in| 0fe13bcd_521d_1fdd_3edc_21cd47da8ca0

Relationship Graph

Source Code

src/anthropic/lib/streaming/_types.py lines 116–122

class ParsedContentBlockStopEvent(RawContentBlockStopEvent, GenericModel, Generic[ResponseFormatT]):
    type: Literal["content_block_stop"]

    if TYPE_CHECKING:
        content_block: ParsedContentBlock[ResponseFormatT]
    else:
        content_block: ParsedContentBlock

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free