Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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,
Callers
15
test_raw_response_get
Method · 0.45
test_streaming_response_get
Method · 0.45
test_raw_response_get
Method · 0.45
test_streaming_response_get
Method · 0.45
test_raw_response_get
Method · 0.45
test_streaming_response_get
Method · 0.45
test_raw_response_init
Method · 0.45
test_streaming_response_init
Method · 0.45
test_raw_response_log
Method · 0.45
test_streaming_response_log
Method · 0.45
test_raw_response_modes
Method · 0.45
test_streaming_response_modes
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_raw_response_get
Method · 0.36
test_streaming_response_get
Method · 0.36
test_raw_response_get
Method · 0.36
test_streaming_response_get
Method · 0.36
test_raw_response_get
Method · 0.36
test_streaming_response_get
Method · 0.36
test_raw_response_init
Method · 0.36
test_streaming_response_init
Method · 0.36
test_raw_response_log
Method · 0.36
test_streaming_response_log
Method · 0.36
test_raw_response_modes
Method · 0.36
test_streaming_response_modes
Method · 0.36