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.
Entity Profile
Dependency Diagram
graph TD fd6bd949_bc28_c603_a734_2bd0f0215c52["with_raw_response()"] 715606f2_538f_39fc_0a99_548199c6e67a["AsyncVersions"] fd6bd949_bc28_c603_a734_2bd0f0215c52 -->|defined in| 715606f2_538f_39fc_0a99_548199c6e67a e42f61c8_3de7_cfb6_1bb6_d7a42d9c9702["with_raw_response()"] e42f61c8_3de7_cfb6_1bb6_d7a42d9c9702 -->|calls| fd6bd949_bc28_c603_a734_2bd0f0215c52 e42f61c8_3de7_cfb6_1bb6_d7a42d9c9702["with_raw_response()"] fd6bd949_bc28_c603_a734_2bd0f0215c52 -->|calls| e42f61c8_3de7_cfb6_1bb6_d7a42d9c9702 style fd6bd949_bc28_c603_a734_2bd0f0215c52 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/anthropic/resources/beta/skills/versions.py lines 319–326
def with_raw_response(self) -> AsyncVersionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return
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 AsyncVersionsWithRawResponse(self)
Domain
Subdomains
Calls
Called By
Source
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/resources/beta/skills/versions.py.
Where is with_raw_response() defined?
with_raw_response() is defined in src/anthropic/resources/beta/skills/versions.py at line 319.
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