roseau.load_flow._compat#

Module Contents#

Classes#

StrEnum

Enum where members are also (and must be) strings. This is a backport of

class StrEnum#

Bases: str, enum.Enum

Enum where members are also (and must be) strings. This is a backport of enum.StrEnum from Python 3.11.

Initialize self. See help(type(self)) for accurate signature.