|
| def | __init__ (self, configuration) |
| |
| def | write (self, datafile) |
| |
| def | __init__ (self, formatter, configuration) |
| |
Definition at line 135 of file filewriters.py.
◆ __init__()
| def robotide.lib.robot.writer.filewriters.HtmlFileWriter.__init__ |
( |
|
self, |
|
|
|
configuration |
|
) |
| |
◆ _write_row()
| def robotide.lib.robot.writer.filewriters.HtmlFileWriter._write_row |
( |
|
self, |
|
|
|
row |
|
) |
| |
|
private |
◆ _write_table()
| def robotide.lib.robot.writer.filewriters.HtmlFileWriter._write_table |
( |
|
self, |
|
|
|
table, |
|
|
|
is_last |
|
) |
| |
|
private |
◆ write()
| def robotide.lib.robot.writer.filewriters.HtmlFileWriter.write |
( |
|
self, |
|
|
|
datafile |
|
) |
| |
◆ _name
| robotide.lib.robot.writer.filewriters.HtmlFileWriter._name |
|
private |
◆ _writer
| robotide.lib.robot.writer.filewriters.HtmlFileWriter._writer |
|
private |
The documentation for this class was generated from the following file: