Skip to content

Commit bfc968a

Browse files
committed
Add example derivation rules
1 parent 111996c commit bfc968a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

khiops/core/dictionary.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,9 @@ class Variable:
977977
Type complement for the ``Structure`` type. Set to "" for other types.
978978
rule : str
979979
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]"
980983
variable_block : `VariableBlock`
981984
Block to which the variable belongs. Not set if the variable does not belong to
982985
a block.

0 commit comments

Comments
 (0)