We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28422ea commit ebbce95Copy full SHA for ebbce95
src/ansys/fluent/core/solver/flobject.py
@@ -819,7 +819,7 @@ def to_python_keys(cls, value: StateT) -> StateT:
819
"""
820
return value
821
822
- def __call__(self, *args, **kwargs):
+ def __call__(self, *args, **kwargs) -> StateT | None:
823
"""Get or set the state of the object."""
824
if kwargs:
825
self.set_state(kwargs)
0 commit comments