blocks
File
¶
Bases: Container
Source code in src/robot/parsing/model/blocks.py
save(output=None)
¶
Save model to the given output
or to the original source file.
The output
can be a path to a file or an already opened file
object. If output
is not given, the original source file will
be overwritten.
Source code in src/robot/parsing/model/blocks.py
If
¶
Bases: NestedBlock
Represents IF structures in the model.
Used with IF, Inline IF, ELSE IF and ELSE nodes. The :attr:type
attribute
specifies the type.