content_block_stop_event.py — anthropic-sdk-python Source File
Architecture documentation for content_block_stop_event.py, a python file in the anthropic-sdk-python codebase. 2 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 774f2f9f_4c93_bf51_5310_7268a8e23949["content_block_stop_event.py"] 6e458b30_5616_a6df_6f78_c542b21a862c["raw_content_block_stop_event.py"] 774f2f9f_4c93_bf51_5310_7268a8e23949 --> 6e458b30_5616_a6df_6f78_c542b21a862c 33d718b9_2662_406d_fc0b_39cd6a64f8dd["RawContentBlockStopEvent"] 774f2f9f_4c93_bf51_5310_7268a8e23949 --> 33d718b9_2662_406d_fc0b_39cd6a64f8dd 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 774f2f9f_4c93_bf51_5310_7268a8e23949 style 774f2f9f_4c93_bf51_5310_7268a8e23949 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from .raw_content_block_stop_event import RawContentBlockStopEvent
__all__ = ["ContentBlockStopEvent"]
ContentBlockStopEvent = RawContentBlockStopEvent
"""The RawContentBlockStopEvent type should be used instead"""
Domain
Imported By
Source
Frequently Asked Questions
What does content_block_stop_event.py do?
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 content_block_stop_event.py depend on?
content_block_stop_event.py imports 2 module(s): RawContentBlockStopEvent, raw_content_block_stop_event.py.
What files import content_block_stop_event.py?
content_block_stop_event.py is imported by 1 file(s): __init__.py.
Where is content_block_stop_event.py in the architecture?
content_block_stop_event.py is located at src/anthropic/types/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