Home / Function/ test_nested_list_iso6801_format() — anthropic-sdk-python Function Reference

test_nested_list_iso6801_format() — anthropic-sdk-python Function Reference

Architecture documentation for the test_nested_list_iso6801_format() function in test_transform.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  1ab200ca_7b65_ae2a_55e0_b7a6dea4a0b3["test_nested_list_iso6801_format()"]
  6d065906_49ba_5188_2c4a_08d599bd18f8["test_transform.py"]
  1ab200ca_7b65_ae2a_55e0_b7a6dea4a0b3 -->|defined in| 6d065906_49ba_5188_2c4a_08d599bd18f8
  5eb50e5f_8948_6af4_c03d_f10efd0687eb["transform()"]
  1ab200ca_7b65_ae2a_55e0_b7a6dea4a0b3 -->|calls| 5eb50e5f_8948_6af4_c03d_f10efd0687eb
  style 1ab200ca_7b65_ae2a_55e0_b7a6dea4a0b3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_transform.py lines 241–246

async def test_nested_list_iso6801_format(use_async: bool) -> None:
    dt1 = datetime.fromisoformat("2023-02-23T14:16:36.337692+00:00")
    dt2 = parse_datetime("2022-01-15T06:34:23Z")
    assert await transform({"list_": [dt1, dt2]}, DatetimeDict, use_async) == {  # type: ignore[comparison-overlap]
        "list_": ["2023-02-23T14:16:36.337692+00:00", "2022-01-15T06:34:23+00:00"]
    }

Subdomains

Calls

Frequently Asked Questions

What does test_nested_list_iso6801_format() do?
test_nested_list_iso6801_format() is a function in the anthropic-sdk-python codebase, defined in tests/test_transform.py.
Where is test_nested_list_iso6801_format() defined?
test_nested_list_iso6801_format() is defined in tests/test_transform.py at line 241.
What does test_nested_list_iso6801_format() call?
test_nested_list_iso6801_format() 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