get_orjson_non_str_keys() — fastapi Function Reference
Architecture documentation for the get_orjson_non_str_keys() function in test_orjson_response_class.py from the fastapi codebase.
Entity Profile
Dependency Diagram
graph TD cf034e6b_ed3d_1228_d95c_aa362d6c4d52["get_orjson_non_str_keys()"] 0159a0e6_ccfe_7188_f02d_6b0d9160237c["test_orjson_response_class.py"] cf034e6b_ed3d_1228_d95c_aa362d6c4d52 -->|defined in| 0159a0e6_ccfe_7188_f02d_6b0d9160237c style cf034e6b_ed3d_1228_d95c_aa362d6c4d52 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/test_orjson_response_class.py lines 10–12
def get_orjson_non_str_keys():
key = quoted_name(value="msg", quote=False)
return {key: "Hello World", 1: 1}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does get_orjson_non_str_keys() do?
get_orjson_non_str_keys() is a function in the fastapi codebase, defined in tests/test_orjson_response_class.py.
Where is get_orjson_non_str_keys() defined?
get_orjson_non_str_keys() is defined in tests/test_orjson_response_class.py at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free