Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.utils.escaping.EscapeFinder Class Reference

Public Member Functions

def __init__ (self, string)
 

Public Attributes

 after
 
 backslashes
 
 before
 
 escaped
 
 text
 

Static Private Attributes

 _escaped
 

Detailed Description

Definition at line 122 of file escaping.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.utils.escaping.EscapeFinder.__init__ (   self,
  string 
)

Definition at line 128 of file escaping.py.

Member Data Documentation

◆ _escaped

robotide.lib.robot.utils.escaping.EscapeFinder._escaped
staticprivate

Definition at line 126 of file escaping.py.

◆ after

robotide.lib.robot.utils.escaping.EscapeFinder.after

Definition at line 135 of file escaping.py.

◆ backslashes

robotide.lib.robot.utils.escaping.EscapeFinder.backslashes

Definition at line 132 of file escaping.py.

◆ before

robotide.lib.robot.utils.escaping.EscapeFinder.before

Definition at line 130 of file escaping.py.

◆ escaped

robotide.lib.robot.utils.escaping.EscapeFinder.escaped

Definition at line 133 of file escaping.py.

◆ text

robotide.lib.robot.utils.escaping.EscapeFinder.text

Definition at line 134 of file escaping.py.


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