Definition at line 89 of file blocks.py.
◆ __init__()
| def robot.parsing.model.blocks.File.__init__ |
( |
|
self, |
|
|
|
sections = None, |
|
|
|
source = None, |
|
|
|
languages = () |
|
) |
| |
◆ save()
| def robot.parsing.model.blocks.File.save |
( |
|
self, |
|
|
|
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.
Definition at line 110 of file blocks.py.
◆ _attributes
| robot.parsing.model.blocks.File._attributes |
|
staticprivate |
◆ _fields
| robot.parsing.model.blocks.File._fields |
|
staticprivate |
◆ languages
| robot.parsing.model.blocks.File.languages |
◆ sections
| robot.parsing.model.blocks.File.sections |
◆ source
| robot.parsing.model.blocks.File.source |
The documentation for this class was generated from the following file: