DataMessage
DataMessage
Section titled “DataMessage”Kind: class
Source: src/graphrefly/_facade.py:60
Signature
Section titled “Signature”DataMessage(value: T, kind: Literal['DATA'] = 'DATA')Description
Section titled “Description”DATA observation with a domain payload.
None is a valid domain payload in Python v1; no-DATA is represented by
message shape, not by the payload value.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
value | T | |
kind | Literal['DATA'] |