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

Method parse

src/anthropic/_qs.py:32–34  ·  src/anthropic/_qs.py::Querystring.parse
(self, query: str)

Source from the content-addressed store, hash-verified

30 self.nested_format = nested_format
31
32 def parse(self, query: str) -> Mapping[str, object]:
33 class="cm"># Note: custom format syntax is not supported yet
34 return parse_qs(query)
35
36 def stringify(
37 self,

Calls

no outgoing calls