IceStorm.LinkInfo

class IceStorm.LinkInfo(theTopic: TopicPrx | None = None, name: str = '', cost: int = 0)

Bases: object

Information about a topic link.

Parameters:
theTopic

The linked topic proxy. This proxy is never null.

Type:

TopicPrx | None

name

The name of the linked topic.

Type:

str

cost

The cost of traversing this link.

Type:

int

Notes

The Slice compiler generated this dataclass from Slice struct ::IceStorm::LinkInfo.