We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddbc9b commit 570dc39Copy full SHA for 570dc39
1 file changed
OMPython/ModelicaSystem.py
@@ -72,8 +72,8 @@ def __init__(
72
def setCommandLineOptions(self, commandLineOptions: str):
73
super().set_command_line_options(command_line_option=commandLineOptions)
74
75
+ @staticmethod
76
def _set_compatibility_helper(
- self,
77
pkey: str,
78
args: Any,
79
kwargs: dict[str, Any],
0 commit comments