Home / Function/ with_raw_response() — anthropic-sdk-python Function Reference

with_raw_response() — anthropic-sdk-python Function Reference

Architecture documentation for the with_raw_response() function in _client.py from the anthropic-sdk-python codebase.

Function python AnthropicClient AsyncAPI calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  d25d98df_be8e_c6ce_bf58_36410704597a["with_raw_response()"]
  0fd89929_7b38_b43a_7bae_43e09dda2e19["AsyncAnthropic"]
  d25d98df_be8e_c6ce_bf58_36410704597a -->|defined in| 0fd89929_7b38_b43a_7bae_43e09dda2e19
  8d7e2c0f_1127_e23e_cf98_39a3638cdc83["with_raw_response()"]
  8d7e2c0f_1127_e23e_cf98_39a3638cdc83 -->|calls| d25d98df_be8e_c6ce_bf58_36410704597a
  8d7e2c0f_1127_e23e_cf98_39a3638cdc83["with_raw_response()"]
  d25d98df_be8e_c6ce_bf58_36410704597a -->|calls| 8d7e2c0f_1127_e23e_cf98_39a3638cdc83
  style d25d98df_be8e_c6ce_bf58_36410704597a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/anthropic/_client.py lines 383–384

    def with_raw_response(self) -> AsyncAnthropicWithRawResponse:
        return AsyncAnthropicWithRawResponse(self)

Subdomains

Frequently Asked Questions

What does with_raw_response() do?
with_raw_response() is a function in the anthropic-sdk-python codebase, defined in src/anthropic/_client.py.
Where is with_raw_response() defined?
with_raw_response() is defined in src/anthropic/_client.py at line 383.
What does with_raw_response() call?
with_raw_response() calls 1 function(s): with_raw_response.
What calls with_raw_response()?
with_raw_response() is called by 1 function(s): with_raw_response.

Analyze Your Own Codebase

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

Try Supermodel Free