Bases: Container
Source code in src/robot/parsing/model/blocks.py
                    
                  
    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
              
              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.