typing

Type Aliases

NameType
DirectionLiteral['in', 'out', 'both']
GIDUnion[int, str]
NodeInputUnion[int, str, 'Node']
PropInputMapping[str, PropValue]
PropValueUnion[bool, int, float, datetime, str, 'Document', list['PropValue'], dict[str, 'PropValue']]
TimeInputUnion[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]