MCPcopy
hub / github.com/fastapi/fastapi / dumps

Method dumps

fastapi/responses.py:17–17  ·  view source on GitHub ↗
(self, __obj: Any, *, ensure_ascii: bool = ...)

Source from the content-addressed store, hash-verified

15
16class _UjsonModule(Protocol):
17 def dumps(self, __obj: Any, *, ensure_ascii: bool = ...) -> str: ...
18
19
20class _OrjsonModule(Protocol):

Callers 15

renderMethod · 0.45
renderMethod · 0.45
_serialize_dataFunction · 0.45
_serialize_sse_itemFunction · 0.45
_html_safe_jsonFunction · 0.45
renderMethod · 0.45
llm_translatable_jsonFunction · 0.45
commands_jsonFunction · 0.45
langs_jsonFunction · 0.45
renderMethod · 0.45
indexFunction · 0.45

Calls

no outgoing calls

Tested by 13

renderMethod · 0.36
indexFunction · 0.36
routerindexFunction · 0.36
routerprefixindexFunction · 0.36
iter_dataFunction · 0.36
middlewareFunction · 0.36
test_form_json_listFunction · 0.36
test_query_json_listFunction · 0.36
test_header_json_listFunction · 0.36
test_cookie_json_listFunction · 0.36
test_gzip_requestFunction · 0.36
test_remove_tagsFunction · 0.36