Description
This element (used to store a Python script one line at a time) was
replaced in Regina 4.96 with text, which stores the entire
script at once.
The old line element has been kept for backward compatibility,
in that Regina still understands it when reading data files; however,
any new code that writes data files should use a single text
element instead.
A line element contains a single line of a Python script.
Whitespace is relevant and is considered a part of this line.
Line breaks are relevant and should not exist within this element.
Children
Element line has no children.