StablePortFunc#

class tierkreis.builder.StablePortFunc[source]#

Bases: PortFunc

Extends the contract of PortFunc, as documented for the resolve method

Methods

resolve

As superclass, but guarantees that all calls return the same NodePort.

source_graph

The graph the port belongs to (or will).

abstract resolve() NodePort[source]#

As superclass, but guarantees that all calls return the same NodePort.

abstract source_graph() TierkreisGraph#

The graph the port belongs to (or will).