Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.htmldata.jsonwriter.JsonDumper Class Reference

Public Member Functions

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

Private Attributes

 _dumpers
 
 _output
 

Detailed Description

Definition at line 41 of file jsonwriter.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 43 of file jsonwriter.py.

Member Function Documentation

◆ dump()

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

Definition at line 52 of file jsonwriter.py.

◆ write()

def robotide.lib.robot.htmldata.jsonwriter.JsonDumper.write (   self,
  data 
)

Definition at line 59 of file jsonwriter.py.

Member Data Documentation

◆ _dumpers

robotide.lib.robot.htmldata.jsonwriter.JsonDumper._dumpers
private

Definition at line 45 of file jsonwriter.py.

◆ _output

robotide.lib.robot.htmldata.jsonwriter.JsonDumper._output
private

Definition at line 44 of file jsonwriter.py.


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