MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / parse

Method parse

src/opencode_ai/_qs.py:36–38  ·  view source on GitHub ↗
(self, query: str)

Source from the content-addressed store, hash-verified

34 self.nested_format = nested_format
35
36 def parse(self, query: str) -> Mapping[str, object]:
37 # Note: custom format syntax is not supported yet
38 return parse_qs(query)
39
40 def stringify(
41 self,

Calls

no outgoing calls