gatelogue_types.Node

class gatelogue_types.Node(*, i: ID = None, source: set[str] = <factory>)

Bases: Struct

__init__()

Methods

NS()

__init__()

Attributes

i

The ID of the node

source

All sources that prove the node's existence

classmethod NS()
i: ID

The ID of the node

source: set[str]

All sources that prove the node’s existence