Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_is_bytes_sequence_annotation_union (0.17 sec)

  1. tests/test_compat.py

        )
        assert response2.status_code == 200, response2.text
        assert response2.json() == {
            "value": "foo",
            "embedded_value": "bar",
        }
    
    
    def test_is_bytes_sequence_annotation_union():
        # For coverage
        # TODO: in theory this would allow declaring types that could be lists of bytes
        # to be read from files and other types, but I'm not even sure it's a good idea
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 12:54:56 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top