Bugfix
The documentation for the TL script function copy() is partly confusing / misleading, especially the section on the parameters of the filter function:
- The attribute to be copied.
- The instance to be copied from the original graph.
- The context instance in which the attribute to be copied is defined.
Correct, however, is:
- The attribute to be copied.
- The value to be copied.
- The object to be copied.
The same terms are not always used for the same things, e.g. for the same object the term "The object to be copied" is used once, and elsewhere "The context instance in which the attribute to be copied is defined", although the same thing is meant in both cases.