LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkstreamtransportbaseSyncEventStreamHandle
    Class●Since v0.3

    SyncEventStreamHandle

    Copy
    SyncEventStreamHandle(
      self,
      events: Iterator[Event],
      error: Callable[[], BaseException |

    Constructors

    Attributes

    View source on GitHub
    None
    ]
    ,
    close
    :
    Callable
    [
    [
    ]
    ,
    None
    ]
    )
    constructor
    __init__
    NameType
    eventsIterator[Event]
    errorCallable[[], BaseException | None]
    closeCallable[[], None]
    attribute
    events: Iterator[Event]
    attribute
    error: Callable[[], BaseException | None]
    attribute
    close: Callable[[], None]

    Handle for one sync filtered event stream.