gatelogue_aggregator.types.edge.connections.Connection

class gatelogue_aggregator.types.edge.connections.Connection(line: NodeRef, direction: Direction | None = None)

Bases: Connection, Struct, Generic[L]

__init__()

Methods

NS()

__init__()

export(src)

get_line(src)

sanitise_strings()

set_line(src, v)

Attributes

direction

Direction information

line

Reference to or ID of the line that the connection is made on

classmethod NS()
direction: Direction | None

Direction information

export(src: Source) gt.Connection
get_line(src: Source) L
line: NodeRef

Reference to or ID of the line that the connection is made on

sanitise_strings()
set_line(src: Source, v: L)