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

Method parse

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

Source from the content-addressed store, hash-verified

95
96 @overload
97 def parse(self, *, to: type[_T]) -> _T: ...
98
99 @overload
100 def parse(self) -> R: ...

Calls 4

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