Home / File/ raw_content_block_stop_event.py — anthropic-sdk-python Source File

raw_content_block_stop_event.py — anthropic-sdk-python Source File

Architecture documentation for raw_content_block_stop_event.py, a python file in the anthropic-sdk-python codebase. 2 imports, 3 dependents.

File python AnthropicClient 2 imports 3 dependents 1 classes

Entity Profile

Dependency Diagram

graph LR
  6e458b30_5616_a6df_6f78_c542b21a862c["raw_content_block_stop_event.py"]
  699c911a_fb78_b883_732f_5ac6bf31d4a3["_models"]
  6e458b30_5616_a6df_6f78_c542b21a862c --> 699c911a_fb78_b883_732f_5ac6bf31d4a3
  37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"]
  6e458b30_5616_a6df_6f78_c542b21a862c --> 37c05070_ca59_d596_7250_de9d1939227f
  2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"]
  2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 6e458b30_5616_a6df_6f78_c542b21a862c
  774f2f9f_4c93_bf51_5310_7268a8e23949["content_block_stop_event.py"]
  774f2f9f_4c93_bf51_5310_7268a8e23949 --> 6e458b30_5616_a6df_6f78_c542b21a862c
  3c3a350f_0c87_3b27_39ab_9a2cf8561a26["raw_message_stream_event.py"]
  3c3a350f_0c87_3b27_39ab_9a2cf8561a26 --> 6e458b30_5616_a6df_6f78_c542b21a862c
  style 6e458b30_5616_a6df_6f78_c542b21a862c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

from typing_extensions import Literal

from .._models import BaseModel

__all__ = ["RawContentBlockStopEvent"]


class RawContentBlockStopEvent(BaseModel):
    index: int

    type: Literal["content_block_stop"]

Dependencies

  • _models
  • typing_extensions

Frequently Asked Questions

What does raw_content_block_stop_event.py do?
raw_content_block_stop_event.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does raw_content_block_stop_event.py depend on?
raw_content_block_stop_event.py imports 2 module(s): _models, typing_extensions.
What files import raw_content_block_stop_event.py?
raw_content_block_stop_event.py is imported by 3 file(s): __init__.py, content_block_stop_event.py, raw_message_stream_event.py.
Where is raw_content_block_stop_event.py in the architecture?
raw_content_block_stop_event.py is located at src/anthropic/types/raw_content_block_stop_event.py (domain: AnthropicClient, directory: src/anthropic/types).

Analyze Your Own Codebase

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

Try Supermodel Free