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 c61485b commit 3f831deCopy full SHA for 3f831de
src/ansys/dpf/core/operators/operator.mustache
@@ -7,7 +7,9 @@ Autogenerated DPF operator classes.
7
from __future__ import annotations
8
9
from warnings import warn
10
+{{#has_internal_name_alias}}
11
from ansys.dpf.core.core import errors
12
+{{/has_internal_name_alias}}
13
from ansys.dpf.core.dpf_operator import Operator
14
from ansys.dpf.core.inputs import Input, _Inputs
15
{{#outputs}}
0 commit comments