|
| def | __init__ (self, output) |
| |
| def | dump (self, data, mapping=None) |
| |
| def | write (self, data) |
| |
Definition at line 41 of file jsonwriter.py.
◆ __init__()
| def robotide.lib.robot.htmldata.jsonwriter.JsonDumper.__init__ |
( |
|
self, |
|
|
|
output |
|
) |
| |
◆ dump()
| def robotide.lib.robot.htmldata.jsonwriter.JsonDumper.dump |
( |
|
self, |
|
|
|
data, |
|
|
|
mapping = None |
|
) |
| |
◆ write()
| def robotide.lib.robot.htmldata.jsonwriter.JsonDumper.write |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ _dumpers
| robotide.lib.robot.htmldata.jsonwriter.JsonDumper._dumpers |
|
private |
◆ _output
| robotide.lib.robot.htmldata.jsonwriter.JsonDumper._output |
|
private |
The documentation for this class was generated from the following file: