We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111996c commit bfc968aCopy full SHA for bfc968a
khiops/core/dictionary.py
@@ -977,6 +977,9 @@ class Variable:
977
Type complement for the ``Structure`` type. Set to "" for other types.
978
rule : str
979
Derivation rule. Set to "" if there is no rule associated to this variable.
980
+ Examples:
981
+ - standard rule: "Sum(Var1, Var2)"
982
+ - reference rule: "[Identifier]"
983
variable_block : `VariableBlock`
984
Block to which the variable belongs. Not set if the variable does not belong to
985
a block.
0 commit comments