Skip to content

webknossos._nml.edge

class Edge(builtins.tuple):

Edge(source, target)

Edge(source: int, target: int)

Create new instance of Edge(source, target)

source: int

Alias for field number 0

target: int

Alias for field number 1

Inherited Members
builtins.tuple
index
count