Robot Framework
robot.reporting.stringcache.StringCache Class Reference

Public Member Functions

def __init__ (self)
 
def add (self, text, html=False)
 
def dump (self)
 

Private Member Functions

def _encode (self, text, html=False)
 

Private Attributes

 _cache
 

Static Private Attributes

int _compress_threshold
 
float _use_compressed_threshold
 
 _zero_index
 

Detailed Description

Definition at line 23 of file stringcache.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.reporting.stringcache.StringCache.__init__ (   self)

Definition at line 37 of file stringcache.py.

Member Function Documentation

◆ _encode()

def robot.reporting.stringcache.StringCache._encode (   self,
  text,
  html = False 
)
private

Definition at line 51 of file stringcache.py.

◆ add()

def robot.reporting.stringcache.StringCache.add (   self,
  text,
  html = False 
)

Definition at line 40 of file stringcache.py.

◆ dump()

def robot.reporting.stringcache.StringCache.dump (   self)

Definition at line 48 of file stringcache.py.

Member Data Documentation

◆ _cache

robot.reporting.stringcache.StringCache._cache
private

Definition at line 38 of file stringcache.py.

◆ _compress_threshold

robot.reporting.stringcache.StringCache._compress_threshold
staticprivate

Definition at line 27 of file stringcache.py.

◆ _use_compressed_threshold

robot.reporting.stringcache.StringCache._use_compressed_threshold
staticprivate

Definition at line 31 of file stringcache.py.

◆ _zero_index

robot.reporting.stringcache.StringCache._zero_index
staticprivate

Definition at line 35 of file stringcache.py.


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