SseEvent
SseEvent
Section titled “SseEvent”Kind: class
Source: src/graphrefly/_facade.py:157
Signature
Section titled “Signature”SseEvent(data: str, event: str | None = None, id: str | None = None, retry_ms: int | None = None)Description
Section titled “Description”Parsed server-sent event DATA emitted by from_sse.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
data | str | |
event | `str | None` |
id | `str | None` |
retry_ms | `int | None` |