content_block_source_param.py — anthropic-sdk-python Source File
Architecture documentation for content_block_source_param.py, a python file in the anthropic-sdk-python codebase. 3 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR 6ecfb798_28bf_5da5_bb23_cdb8262c2773["content_block_source_param.py"] 6e79f5d1_1a97_16ff_3916_ba376dc005f2["content_block_source_content_param.py"] 6ecfb798_28bf_5da5_bb23_cdb8262c2773 --> 6e79f5d1_1a97_16ff_3916_ba376dc005f2 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875["typing"] 6ecfb798_28bf_5da5_bb23_cdb8262c2773 --> 89ddcdd7_3ae1_4c7b_41bb_9f1e25f16875 37c05070_ca59_d596_7250_de9d1939227f["typing_extensions"] 6ecfb798_28bf_5da5_bb23_cdb8262c2773 --> 37c05070_ca59_d596_7250_de9d1939227f 2eb1aa7f_c778_4d68_0a26_a102fadd9638["__init__.py"] 2eb1aa7f_c778_4d68_0a26_a102fadd9638 --> 6ecfb798_28bf_5da5_bb23_cdb8262c2773 fa6d4fdc_06a3_f9c7_73f5_b4ab74d2932f["document_block_param.py"] fa6d4fdc_06a3_f9c7_73f5_b4ab74d2932f --> 6ecfb798_28bf_5da5_bb23_cdb8262c2773 style 6ecfb798_28bf_5da5_bb23_cdb8262c2773 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from __future__ import annotations
from typing import Union, Iterable
from typing_extensions import Literal, Required, TypedDict
from .content_block_source_content_param import ContentBlockSourceContentParam
__all__ = ["ContentBlockSourceParam"]
class ContentBlockSourceParam(TypedDict, total=False):
content: Required[Union[str, Iterable[ContentBlockSourceContentParam]]]
type: Required[Literal["content"]]
Domain
Classes
Dependencies
- content_block_source_content_param.py
- typing
- typing_extensions
Source
Frequently Asked Questions
What does content_block_source_param.py do?
content_block_source_param.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does content_block_source_param.py depend on?
content_block_source_param.py imports 3 module(s): content_block_source_content_param.py, typing, typing_extensions.
What files import content_block_source_param.py?
content_block_source_param.py is imported by 2 file(s): __init__.py, document_block_param.py.
Where is content_block_source_param.py in the architecture?
content_block_source_param.py is located at src/anthropic/types/content_block_source_param.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