MCPcopy Create free account
hub / github.com/PowerGridModel/power-grid-model / __init__

Method __init__

tests/unit/utils.py:99–100  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

97 """Wrapper class around the power grid model to expose extended features."""
98
99 def __init__(self, *args, **kwargs):
100 super().__init__(*args, **kwargs)
101
102 def calculate_power_flow_with_ext(self, *args, **kwargs):
103 """calculate_power_flow with extended features."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected