bsie.utils.node module#

Lighweight Node to bridge to BSFS.

class bsie.utils.node.Node(node_type: URI, uri: URI | None = None, **uri_hints)#

Bases: object

Lightweight Node, disconnected from any bsfs structures.

In most cases, provide hints and leave setting the uri to a node naming policy. Only provide an uri if it is absolutely determined.

hits: dict#
node_type: URI#
uri: URI | None#