Robot Framework
robot.htmldata.jsonwriter.MappingDumper Class Reference
Inheritance diagram for robot.htmldata.jsonwriter.MappingDumper:
robot.htmldata.jsonwriter._Dumper

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)
 

Detailed Description

Definition at line 144 of file jsonwriter.py.

Member Function Documentation

◆ dump()

def robot.htmldata.jsonwriter.MappingDumper.dump (   self,
  data,
  mapping 
)

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 152 of file jsonwriter.py.

◆ handles()

def robot.htmldata.jsonwriter.MappingDumper.handles (   self,
  data,
  mapping 
)

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 146 of file jsonwriter.py.


The documentation for this class was generated from the following file: