API#

This section contains the API documentation for each module included in pymantra.

Helper Classes#

class pymantra.statics.Edge(source: str, target: str)[source]#

Edge data type as a 2-tuple representing source and target node

source#

Source node name

Type:

str

target#

Target node name

Type:

str

source: str#

Alias for field number 0

target: str#

Alias for field number 1