Public Member Functions | |
| def | dump (self, data, mapping) |
| def | handles (self, data, mapping) |
Public Member Functions inherited from robot.htmldata.jsonwriter._Dumper | |
| def | __init__ (self, jsondumper) |
Definition at line 144 of file jsonwriter.py.
| def robot.htmldata.jsonwriter.MappingDumper.dump | ( | self, | |
| data, | |||
| mapping | |||
| ) |
Reimplemented from robot.htmldata.jsonwriter._Dumper.
Definition at line 152 of file jsonwriter.py.
| def robot.htmldata.jsonwriter.MappingDumper.handles | ( | self, | |
| data, | |||
| mapping | |||
| ) |
Reimplemented from robot.htmldata.jsonwriter._Dumper.
Definition at line 146 of file jsonwriter.py.