Classes | |
| class | _DataFileWriter |
| class | HtmlFileWriter |
| class | PipeSeparatedTxtWriter |
| class | SpaceSeparatedTxtWriter |
| class | TsvFileWriter |
Functions | |
| def | FileWriter (context) |
Creates and returns a FileWriter object. More... | |
Variables | |
| csv = None | |
| def robotide.lib.robot.writer.filewriters.FileWriter | ( | context | ) |
Creates and returns a FileWriter object.
:param context: The type of the returned ``FileWriter`` is determined based
on ``context.format``. ``context`` is also passed to created writer.
:type context: :class:`~robot.writer.datafilewriter.WritingContext`
Definition at line 35 of file filewriters.py.
| robotide.lib.robot.writer.filewriters.csv = None |
Definition at line 20 of file filewriters.py.