Robot Framework
robot.htmldata.jsonwriter._Dumper Class Reference
Inheritance diagram for robot.htmldata.jsonwriter._Dumper:
robot.htmldata.jsonwriter.DictDumper robot.htmldata.jsonwriter.IntegerDumper robot.htmldata.jsonwriter.MappingDumper robot.htmldata.jsonwriter.NoneDumper robot.htmldata.jsonwriter.StringDumper robot.htmldata.jsonwriter.TupleListDumper

Public Member Functions

def __init__ (self, jsondumper)
 
def dump (self, data, mapping)
 
def handles (self, data, mapping)
 

Private Attributes

 _dump
 
 _write
 

Static Private Attributes

 _handled_types
 

Detailed Description

Definition at line 57 of file jsonwriter.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.htmldata.jsonwriter._Dumper.__init__ (   self,
  jsondumper 
)

Definition at line 63 of file jsonwriter.py.

Member Function Documentation

◆ dump()

◆ handles()

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

Member Data Documentation

◆ _dump

robot.htmldata.jsonwriter._Dumper._dump
private

Definition at line 64 of file jsonwriter.py.

◆ _handled_types

robot.htmldata.jsonwriter._Dumper._handled_types
staticprivate

Definition at line 61 of file jsonwriter.py.

◆ _write

robot.htmldata.jsonwriter._Dumper._write
private

Definition at line 65 of file jsonwriter.py.


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