Robot Framework
robot.htmldata.jsonwriter.JsonDumper Class Reference

Public Member Functions

def __init__ (self, output)
 
def dump (self, data, mapping=None)
 

Public Attributes

 write
 

Private Attributes

 _dumpers
 

Detailed Description

Definition at line 38 of file jsonwriter.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.htmldata.jsonwriter.JsonDumper.__init__ (   self,
  output 
)

Definition at line 40 of file jsonwriter.py.

Member Function Documentation

◆ dump()

def robot.htmldata.jsonwriter.JsonDumper.dump (   self,
  data,
  mapping = None 
)

Definition at line 49 of file jsonwriter.py.

Member Data Documentation

◆ _dumpers

robot.htmldata.jsonwriter.JsonDumper._dumpers
private

Definition at line 42 of file jsonwriter.py.

◆ write

robot.htmldata.jsonwriter.JsonDumper.write

Definition at line 41 of file jsonwriter.py.


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