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 _beta_messages.py from the anthropic-sdk-python codebase.

Function python AnthropicClient SyncAPI calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  71159b04_bfe4_5649_f456_03c4118fe861["with_raw_response()"]
  80a3c9b9_302c_c9e6_2c40_26bda04d511b["Messages"]
  71159b04_bfe4_5649_f456_03c4118fe861 -->|defined in| 80a3c9b9_302c_c9e6_2c40_26bda04d511b
  1cd96b65_76c1_b13a_3a03_d63d925506b1["with_raw_response()"]
  1cd96b65_76c1_b13a_3a03_d63d925506b1 -->|calls| 71159b04_bfe4_5649_f456_03c4118fe861
  1cd96b65_76c1_b13a_3a03_d63d925506b1["with_raw_response()"]
  71159b04_bfe4_5649_f456_03c4118fe861 -->|calls| 1cd96b65_76c1_b13a_3a03_d63d925506b1
  style 71159b04_bfe4_5649_f456_03c4118fe861 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/anthropic/lib/bedrock/_beta_messages.py lines 18–25

    def with_raw_response(self) -> MessagesWithRawResponse:
        """
        This property can be used as a prefix for any HTTP method call to return the
        the raw response object instead of the parsed content.

        For more information, see https://www.github.com/anthropics/anthropic-sdk-python#accessing-raw-response-data-eg-headers
        """
        return MessagesWithRawResponse(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/lib/bedrock/_beta_messages.py.
Where is with_raw_response() defined?
with_raw_response() is defined in src/anthropic/lib/bedrock/_beta_messages.py at line 18.
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