Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sse_items_no_async_no_annotation (0.76 seconds)

  1. docs_src/server_sent_events/tutorial001_py310.py

    async def sse_items_no_annotation():
        for item in items:
            yield item
    
    
    @app.get("/items/stream-no-async-no-annotation", response_class=EventSourceResponse)
    def sse_items_no_async_no_annotation():
        for item in items:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 01 09:21:52 GMT 2026
    - 1.1K bytes
    - Click Count (0)
Back to Top