Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _serialize_item (0.32 seconds)

  1. fastapi/routing.py

                    def _serialize_item(item: Any) -> bytes:
                        return _serialize_data(item) + b"\n"
    
                    if dependant.is_async_gen_callable:
    
                        async def _async_stream_jsonl() -> AsyncIterator[bytes]:
                            async for item in gen:
                                yield _serialize_item(item)
    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