test_dictionary_items() — anthropic-sdk-python Function Reference
Architecture documentation for the test_dictionary_items() function in test_transform.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD a2be036f_1f3d_a7c0_72f0_d5f3f83db5b6["test_dictionary_items()"] 6d065906_49ba_5188_2c4a_08d599bd18f8["test_transform.py"] a2be036f_1f3d_a7c0_72f0_d5f3f83db5b6 -->|defined in| 6d065906_49ba_5188_2c4a_08d599bd18f8 5eb50e5f_8948_6af4_c03d_f10efd0687eb["transform()"] a2be036f_1f3d_a7c0_72f0_d5f3f83db5b6 -->|calls| 5eb50e5f_8948_6af4_c03d_f10efd0687eb style a2be036f_1f3d_a7c0_72f0_d5f3f83db5b6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/test_transform.py lines 393–397
async def test_dictionary_items(use_async: bool) -> None:
class DictItems(TypedDict):
foo_baz: Annotated[str, PropertyInfo(alias="fooBaz")]
assert await transform({"foo": {"foo_baz": "bar"}}, Dict[str, DictItems], use_async) == {"foo": {"fooBaz": "bar"}}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does test_dictionary_items() do?
test_dictionary_items() is a function in the anthropic-sdk-python codebase, defined in tests/test_transform.py.
Where is test_dictionary_items() defined?
test_dictionary_items() is defined in tests/test_transform.py at line 393.
What does test_dictionary_items() call?
test_dictionary_items() calls 1 function(s): transform.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free