Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for stream_items (0.08 seconds)

  1. fastapi/routing.py

                if lenient_issubclass(return_annotation, Response):
                    response_model = None
                else:
                    stream_item = get_stream_item_type(return_annotation)
                    if stream_item is not None:
                        # Extract item type for JSONL or SSE streaming when
                        # response_class is DefaultPlaceholder (JSONL) or
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
Back to Top