Home / All Entities

All Entities

Browse all 3,071 entities in the anthropic-sdk-python Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.

3,071 entities · Page 64 of 64

is_sequence() — anthropic-sdk-python Function Reference
Architecture documentation for the is_sequence() function in _utils.py from the anthropic-sdk-python codebase.
Function python
is_tuple_t() — anthropic-sdk-python Function Reference
Architecture documentation for the is_tuple_t() function in _utils.py from the anthropic-sdk-python codebase.
Function python
is_tuple() — anthropic-sdk-python Function Reference
Architecture documentation for the is_tuple() function in _utils.py from the anthropic-sdk-python codebase.
Function python
json_safe() — anthropic-sdk-python Function Reference
Architecture documentation for the json_safe() function in _utils.py from the anthropic-sdk-python codebase.
Function python
lru_cache() — anthropic-sdk-python Function Reference
Architecture documentation for the lru_cache() function in _utils.py from the anthropic-sdk-python codebase.
Function python
maybe_coerce_boolean() — anthropic-sdk-python Function Reference
Architecture documentation for the maybe_coerce_boolean() function in _utils.py from the anthropic-sdk-python codebase.
Function python
maybe_coerce_float() — anthropic-sdk-python Function Reference
Architecture documentation for the maybe_coerce_float() function in _utils.py from the anthropic-sdk-python codebase.
Function python
maybe_coerce_integer() — anthropic-sdk-python Function Reference
Architecture documentation for the maybe_coerce_integer() function in _utils.py from the anthropic-sdk-python codebase.
Function python
print_obj() — anthropic-sdk-python Function Reference
Architecture documentation for the print_obj() function in utils.py from the anthropic-sdk-python codebase.
Function python
quote() — anthropic-sdk-python Function Reference
Architecture documentation for the quote() function in _utils.py from the anthropic-sdk-python codebase.
Function python
removeprefix() — anthropic-sdk-python Function Reference
Architecture documentation for the removeprefix() function in _utils.py from the anthropic-sdk-python codebase.
Function python
removesuffix() — anthropic-sdk-python Function Reference
Architecture documentation for the removesuffix() function in _utils.py from the anthropic-sdk-python codebase.
Function python
required_args() — anthropic-sdk-python Function Reference
Architecture documentation for the required_args() function in _utils.py from the anthropic-sdk-python codebase.
Function python
rich_print_str() — anthropic-sdk-python Function Reference
Architecture documentation for the rich_print_str() function in utils.py from the anthropic-sdk-python codebase.
Function python
strip_not_given() — anthropic-sdk-python Function Reference
Architecture documentation for the strip_not_given() function in _utils.py from the anthropic-sdk-python codebase.
Function python
update_env() — anthropic-sdk-python Function Reference
Architecture documentation for the update_env() function in utils.py from the anthropic-sdk-python codebase.
Function python
create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in versions.py from the anthropic-sdk-python codebase.
Function python
create() — anthropic-sdk-python Function Reference
Architecture documentation for the create() function in versions.py from the anthropic-sdk-python codebase.
Function python
delete() — anthropic-sdk-python Function Reference
Architecture documentation for the delete() function in versions.py from the anthropic-sdk-python codebase.
Function python
delete() — anthropic-sdk-python Function Reference
Architecture documentation for the delete() function in versions.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in versions.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in versions.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in versions.py from the anthropic-sdk-python codebase.
Function python
__init__() — anthropic-sdk-python Function Reference
Architecture documentation for the __init__() function in versions.py from the anthropic-sdk-python codebase.
Function python
list() — anthropic-sdk-python Function Reference
Architecture documentation for the list() function in versions.py from the anthropic-sdk-python codebase.
Function python
list() — anthropic-sdk-python Function Reference
Architecture documentation for the list() function in versions.py from the anthropic-sdk-python codebase.
Function python
retrieve() — anthropic-sdk-python Function Reference
Architecture documentation for the retrieve() function in versions.py from the anthropic-sdk-python codebase.
Function python
retrieve() — anthropic-sdk-python Function Reference
Architecture documentation for the retrieve() function in versions.py from the anthropic-sdk-python codebase.
Function python
with_raw_response() — anthropic-sdk-python Function Reference
Architecture documentation for the with_raw_response() function in versions.py from the anthropic-sdk-python codebase.
Function python
with_raw_response() — anthropic-sdk-python Function Reference
Architecture documentation for the with_raw_response() function in versions.py from the anthropic-sdk-python codebase.
Function python
with_streaming_response() — anthropic-sdk-python Function Reference
Architecture documentation for the with_streaming_response() function in versions.py from the anthropic-sdk-python codebase.
Function python
with_streaming_response() — anthropic-sdk-python Function Reference
Architecture documentation for the with_streaming_response() function in versions.py from the anthropic-sdk-python codebase.
Function python
async_client() — anthropic-sdk-python Function Reference
Architecture documentation for the async_client() function in vertex.py from the anthropic-sdk-python codebase.
Function python
sync_client() — anthropic-sdk-python Function Reference
Architecture documentation for the sync_client() function in vertex.py from the anthropic-sdk-python codebase.
Function python
content_block() — anthropic-sdk-python Function Reference
Architecture documentation for the content_block() function in web_search.py from the anthropic-sdk-python codebase.
Function python
print() — anthropic-sdk-python Function Reference
Architecture documentation for the print() function in web_search.py from the anthropic-sdk-python codebase.
Function python
asyncio() — anthropic-sdk-python Function Reference
Architecture documentation for the asyncio() function in web_search_stream.py from the anthropic-sdk-python codebase.
Function python
main() — anthropic-sdk-python Function Reference
Architecture documentation for the main() function in web_search_stream.py from the anthropic-sdk-python codebase.
Function python
AsyncAPI — anthropic-sdk-python Architecture
Handles asynchronous HTTP request lifecycles using anyio and httpx Architecture documentation for the AsyncAPI subdomain (part of AnthropicClient domain) in the anthropic-sdk-python codebase. Contains 32 source files.
Subdomain
AsyncStreaming — anthropic-sdk-python Architecture
Implements __aiter__ for modern async/await stream consumption Architecture documentation for the AsyncStreaming subdomain (part of StreamProtocol domain) in the anthropic-sdk-python codebase. Contains 2 source files.
Subdomain
Authentication — anthropic-sdk-python Architecture
Resolves identity via X-Api-Key and Authorization bearer tokens Architecture documentation for the Authentication subdomain (part of AnthropicClient domain) in the anthropic-sdk-python codebase. Contains 30 source files.
Subdomain
CompactionLogic — anthropic-sdk-python Architecture
Prunes conversation history to maintain token efficiency Architecture documentation for the CompactionLogic subdomain (part of ExtensibilityTools domain) in the anthropic-sdk-python codebase. Contains 0 source files.
Subdomain
EventLogic — anthropic-sdk-python Architecture
Coordinates logical message stop/start events from the raw stream Architecture documentation for the EventLogic subdomain (part of StreamProtocol domain) in the anthropic-sdk-python codebase. Contains 1 source files.
Subdomain
MemorySystem — anthropic-sdk-python Architecture
Provides abstract interfaces for RAG-like facts and state storage Architecture documentation for the MemorySystem subdomain (part of ExtensibilityTools domain) in the anthropic-sdk-python codebase. Contains 1 source files.
Subdomain
SSEDecoder — anthropic-sdk-python Architecture
Parses event-stream lines into event types and JSON data Architecture documentation for the SSEDecoder subdomain (part of StreamProtocol domain) in the anthropic-sdk-python codebase. Contains 2 source files.
Subdomain
SyncAPI — anthropic-sdk-python Architecture
Provides a blocking interface for standard procedural Python execution Architecture documentation for the SyncAPI subdomain (part of AnthropicClient domain) in the anthropic-sdk-python codebase. Contains 55 source files.
Subdomain
ToolRunner — anthropic-sdk-python Architecture
Automates the loop of sending tool results back to the model Architecture documentation for the ToolRunner subdomain (part of ExtensibilityTools domain) in the anthropic-sdk-python codebase. Contains 3 source files.
Subdomain

Analyze Your Own Codebase

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

Try Supermodel Free