Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_is_bytes_sequence_annotation_union (0.28 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 4.2K bytes
    - Click Count (0)
Back to Top