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

__init__.py — anthropic-sdk-python Source File

Architecture documentation for __init__.py, a python file in the anthropic-sdk-python codebase. 23 imports, 1 dependents.

File python AnthropicClient 23 imports 1 dependents

Entity Profile

Dependency Diagram

graph LR
  4506807c_3917_1198_74a8_2eeeaf154982["__init__.py"]
  eefce75c_4e32_6afb_2dcc_5a91b820bdec["beta.py"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> eefce75c_4e32_6afb_2dcc_5a91b820bdec
  bd53794b_22a8_c45a_de19_1dd5a51996a8["Beta"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> bd53794b_22a8_c45a_de19_1dd5a51996a8
  116f34b3_75ea_3525_d174_fc0fd2b184d9["AsyncBeta"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 116f34b3_75ea_3525_d174_fc0fd2b184d9
  c7fefb27_5fed_dcad_a669_948678261e94["BetaWithRawResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> c7fefb27_5fed_dcad_a669_948678261e94
  a0b7e819_2437_7857_901f_3fcd4c42d0fc["AsyncBetaWithRawResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> a0b7e819_2437_7857_901f_3fcd4c42d0fc
  876632cf_5ba2_90fd_8e90_4c38773b67cc["BetaWithStreamingResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 876632cf_5ba2_90fd_8e90_4c38773b67cc
  90910997_9e9d_8a4a_a6d8_f0c62a976f11["AsyncBetaWithStreamingResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 90910997_9e9d_8a4a_a6d8_f0c62a976f11
  34f60b6d_cb4d_da72_2725_71008e12c4e2["files.py"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 34f60b6d_cb4d_da72_2725_71008e12c4e2
  89d8276f_ec0e_e3dd_2566_f392fa23e1db["Files"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 89d8276f_ec0e_e3dd_2566_f392fa23e1db
  a64f4165_b87b_8726_e56f_342ec9415b14["AsyncFiles"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> a64f4165_b87b_8726_e56f_342ec9415b14
  3c4bed32_7bf9_0ced_d788_be835fa8094d["FilesWithRawResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 3c4bed32_7bf9_0ced_d788_be835fa8094d
  92c59742_ee1d_b77c_c151_56b5f6072b05["AsyncFilesWithRawResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 92c59742_ee1d_b77c_c151_56b5f6072b05
  6b27dc55_8b4e_3605_6e11_79cce7c3c70b["FilesWithStreamingResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 6b27dc55_8b4e_3605_6e11_79cce7c3c70b
  725202c3_dec0_3cdf_8a8a_916ac28cd08a["AsyncFilesWithStreamingResponse"]
  4506807c_3917_1198_74a8_2eeeaf154982 --> 725202c3_dec0_3cdf_8a8a_916ac28cd08a
  style 4506807c_3917_1198_74a8_2eeeaf154982 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

from .beta import (
    Beta,
    AsyncBeta,
    BetaWithRawResponse,
    AsyncBetaWithRawResponse,
    BetaWithStreamingResponse,
    AsyncBetaWithStreamingResponse,
)
from .files import (
    Files,
    AsyncFiles,
    FilesWithRawResponse,
    AsyncFilesWithRawResponse,
    FilesWithStreamingResponse,
    AsyncFilesWithStreamingResponse,
)
from .models import (
    Models,
    AsyncModels,
    ModelsWithRawResponse,
    AsyncModelsWithRawResponse,
    ModelsWithStreamingResponse,
    AsyncModelsWithStreamingResponse,
)
from .skills import (
    Skills,
    AsyncSkills,
    SkillsWithRawResponse,
    AsyncSkillsWithRawResponse,
    SkillsWithStreamingResponse,
    AsyncSkillsWithStreamingResponse,
)
from .messages import (
    Messages,
    AsyncMessages,
    MessagesWithRawResponse,
    AsyncMessagesWithRawResponse,
    MessagesWithStreamingResponse,
    AsyncMessagesWithStreamingResponse,
)

__all__ = [
    "Models",
    "AsyncModels",
    "ModelsWithRawResponse",
    "AsyncModelsWithRawResponse",
    "ModelsWithStreamingResponse",
    "AsyncModelsWithStreamingResponse",
    "Messages",
    "AsyncMessages",
    "MessagesWithRawResponse",
    "AsyncMessagesWithRawResponse",
    "MessagesWithStreamingResponse",
    "AsyncMessagesWithStreamingResponse",
    "Files",
    "AsyncFiles",
    "FilesWithRawResponse",
    "AsyncFilesWithRawResponse",
    "FilesWithStreamingResponse",
    "AsyncFilesWithStreamingResponse",
    "Skills",
    "AsyncSkills",
    "SkillsWithRawResponse",
    "AsyncSkillsWithRawResponse",
    "SkillsWithStreamingResponse",
    "AsyncSkillsWithStreamingResponse",
    "Beta",
    "AsyncBeta",
    "BetaWithRawResponse",
    "AsyncBetaWithRawResponse",
    "BetaWithStreamingResponse",
    "AsyncBetaWithStreamingResponse",
]

Frequently Asked Questions

What does __init__.py do?
__init__.py is a source file in the anthropic-sdk-python codebase, written in python. It belongs to the AnthropicClient domain.
What does __init__.py depend on?
__init__.py imports 23 module(s): AsyncBeta, AsyncBetaWithRawResponse, AsyncBetaWithStreamingResponse, AsyncFiles, AsyncFilesWithRawResponse, AsyncFilesWithStreamingResponse, AsyncModels, AsyncModelsWithRawResponse, and 15 more.
What files import __init__.py?
__init__.py is imported by 1 file(s): __init__.py.
Where is __init__.py in the architecture?
__init__.py is located at src/anthropic/resources/beta/__init__.py (domain: AnthropicClient, directory: src/anthropic/resources/beta).

Analyze Your Own Codebase

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

Try Supermodel Free