Robot Framework
robot.htmldata.jsonwriter.IntegerDumper Class Reference
Inheritance diagram for robot.htmldata.jsonwriter.IntegerDumper:
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)
 

Static Private Attributes

 _handled_types
 

Detailed Description

Definition at line 95 of file jsonwriter.py.

Member Function Documentation

◆ dump()

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

Reimplemented from robot.htmldata.jsonwriter._Dumper.

Definition at line 102 of file jsonwriter.py.

Member Data Documentation

◆ _handled_types

robot.htmldata.jsonwriter.IntegerDumper._handled_types
staticprivate

Definition at line 100 of file jsonwriter.py.


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