Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.htmldata.jsonwriter.StringDumper Class Reference
Inheritance diagram for robotide.lib.robot.htmldata.jsonwriter.StringDumper:
robotide.lib.robot.htmldata.jsonwriter._Dumper

Public Member Functions

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

Private Member Functions

def _escape (self, string)
 

Static Private Attributes

tuple _handled_types
 
list _search_and_replace
 

Detailed Description

Definition at line 80 of file jsonwriter.py.

Member Function Documentation

◆ _escape()

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

Definition at line 94 of file jsonwriter.py.

◆ dump()

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

Reimplemented from robotide.lib.robot.htmldata.jsonwriter._Dumper.

Definition at line 91 of file jsonwriter.py.

Member Data Documentation

◆ _handled_types

robotide.lib.robot.htmldata.jsonwriter.StringDumper._handled_types
staticprivate

Definition at line 84 of file jsonwriter.py.

◆ _search_and_replace

robotide.lib.robot.htmldata.jsonwriter.StringDumper._search_and_replace
staticprivate

Definition at line 88 of file jsonwriter.py.


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