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

Public Member Functions

def dump (self, data, mapping)
 
- Public Member Functions inherited from robot.htmldata.jsonwriter._Dumper
def __init__ (self, jsondumper)
 
def handles (self, data, mapping)
 

Private Member Functions

def _escape (self, string)
 

Static Private Attributes

 _handled_types
 
list _search_and_replace
 

Detailed Description

Definition at line 74 of file jsonwriter.py.

Member Function Documentation

◆ _escape()

def robot.htmldata.jsonwriter.StringDumper._escape (   self,
  string 
)
private

Definition at line 88 of file jsonwriter.py.

◆ dump()

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

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 85 of file jsonwriter.py.

Member Data Documentation

◆ _handled_types

robot.htmldata.jsonwriter.StringDumper._handled_types
staticprivate

Definition at line 78 of file jsonwriter.py.

◆ _search_and_replace

robot.htmldata.jsonwriter.StringDumper._search_and_replace
staticprivate

Definition at line 82 of file jsonwriter.py.


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