Robot Framework
robot.htmldata.jsonwriter.NoneDumper Class Reference
Inheritance diagram for robot.htmldata.jsonwriter.NoneDumper:
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 156 of file jsonwriter.py.

Member Function Documentation

◆ dump()

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

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 161 of file jsonwriter.py.

◆ handles()

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

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 158 of file jsonwriter.py.


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