|
| def | __init__ (self, output, separator='') |
| |
| def | write (self, string, postfix=';\n', separator=True) |
| |
| def | write_json (self, prefix, data, postfix=';\n', mapping=None, separator=True) |
| |
Definition at line 16 of file jsonwriter.py.
◆ __init__()
| def robot.htmldata.jsonwriter.JsonWriter.__init__ |
( |
|
self, |
|
|
|
output, |
|
|
|
separator = '' |
|
) |
| |
◆ _write_separator()
| def robot.htmldata.jsonwriter.JsonWriter._write_separator |
( |
|
self, |
|
|
|
separator |
|
) |
| |
|
private |
◆ write()
| def robot.htmldata.jsonwriter.JsonWriter.write |
( |
|
self, |
|
|
|
string, |
|
|
|
postfix = ';\n', |
|
|
|
separator = True |
|
) |
| |
◆ write_json()
| def robot.htmldata.jsonwriter.JsonWriter.write_json |
( |
|
self, |
|
|
|
prefix, |
|
|
|
data, |
|
|
|
postfix = ';\n', |
|
|
|
mapping = None, |
|
|
|
separator = True |
|
) |
| |
◆ _separator
| robot.htmldata.jsonwriter.JsonWriter._separator |
|
private |
◆ _writer
| robot.htmldata.jsonwriter.JsonWriter._writer |
|
private |
The documentation for this class was generated from the following file: