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 f353a99 commit 6c0f94cCopy full SHA for 6c0f94c
src/ansys/dpf/core/operators/operator.mustache
@@ -34,6 +34,19 @@ class {{class_name}}(Operator):
34
{{/document}}
35
{{/input_pins}}
36
37
+ Returns
38
+ -------
39
+ {{#output_pins}}
40
+ {{#optional}}
41
+ {{name}} :{{#types_for_docstring}} {{types_for_docstring}},{{/types_for_docstring}} optional
42
+ {{/optional}}
43
+ {{^optional}}
44
+ {{name}} :{{#types_for_docstring}} {{types_for_docstring}}{{/types_for_docstring}}
45
46
+ {{#document}}
47
+ {{{document}}}
48
+ {{/document}}
49
+ {{/output_pins}}
50
51
Examples
52
--------
0 commit comments