MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / parse

Method parse

src/anthropic/_response.py:307–307  ·  view source on GitHub ↗
(self, *, to: type[_T])

Source from the content-addressed store, hash-verified

305
306 @overload
307 def parse(self, *, to: type[_T]) -> _T: ...
308
309 @overload
310 def parse(self) -> R: ...

Calls 5

readMethod · 0.95
is_givenFunction · 0.85
add_request_idFunction · 0.85
getMethod · 0.45
_parseMethod · 0.45