Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ parse
Method
parse
src/openai/_qs.py:32–34 ·
view source on GitHub ↗
(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
# Note: custom format syntax is not supported yet
34
return
parse_qs(query)
35
36
def
stringify(
37
self,
Callers
15
test_raw_response_create
Method · 0.45
test_streaming_response_create
Method · 0.45
test_raw_response_retrieve
Method · 0.45
test_streaming_response_retrieve
Method · 0.45
test_raw_response_list
Method · 0.45
test_streaming_response_list
Method · 0.45
test_raw_response_delete
Method · 0.45
test_streaming_response_delete
Method · 0.45
test_raw_response_content
Method · 0.45
test_streaming_response_content
Method · 0.45
test_raw_response_retrieve_content
Method · 0.45
test_streaming_response_retrieve_content
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_raw_response_create
Method · 0.36
test_streaming_response_create
Method · 0.36
test_raw_response_retrieve
Method · 0.36
test_streaming_response_retrieve
Method · 0.36
test_raw_response_list
Method · 0.36
test_streaming_response_list
Method · 0.36
test_raw_response_delete
Method · 0.36
test_streaming_response_delete
Method · 0.36
test_raw_response_content
Method · 0.36
test_streaming_response_content
Method · 0.36
test_raw_response_retrieve_content
Method · 0.36
test_streaming_response_retrieve_content
Method · 0.36