typing
Type Aliases
| Name | Type |
|---|---|
Direction | Literal['in', 'out', 'both'] |
GID | Union[int, str] |
NodeInput | Union[int, str, 'Node'] |
PropInput | Mapping[str, PropValue] |
PropValue | Union[bool, int, float, datetime, str, 'Document', list['PropValue'], dict[str, 'PropValue']] |
TimeInput | Union[int, str, float, datetime, date, raphtory.EventTime, raphtory.OptionalEventTime] |
Type Alias Details
Direction
Definition: Literal['in', 'out', 'both']
GID
Definition: Union[int, str]
NodeInput
Definition: Union[int, str, 'Node']
PropInput
Definition: Mapping[str, PropValue]
PropValue
Definition: Union[bool, int, float, datetime, str, 'Document', list['PropValue'], dict[str, 'PropValue']]
TimeInput
Definition: Union[int, str, float, datetime, date, raphtory.EventTime, raphtory.OptionalEventTime]