Highlight markers for matches in message values.  
 More...
 | 
|   | populate (cls, value) | 
|   | Populates highlight markers with specified value.  
  | 
|   | 
 | 
| str  | EMPTY = START + END | 
|   | Placeholder for empty string match.  
  | 
|   | 
| str  | EMPTY_REPL = "%s''%s" % (START, END) | 
|   | Replacement for empty string match.  
  | 
|   | 
| str  | END = "</%s>" % ID | 
|   | Placeholder at end of match.  
  | 
|   | 
| str  | ID = "matching" | 
|   | Unique marker for match highlight replacements.  
  | 
|   | 
| str  | START = "<%s>" % ID | 
|   | Placeholder in front of match.  
  | 
|   | 
Highlight markers for matches in message values. 
Definition at line 50 of file common.py.
 
◆ populate()
Populates highlight markers with specified value. 
Definition at line 65 of file common.py.
 
 
◆ EMPTY [1/2]
Placeholder for empty string match. 
Definition at line 60 of file common.py.
 
 
◆ EMPTY [2/2]
◆ EMPTY_REPL [1/2]
  
  
      
        
          | str EMPTY_REPL = "%s''%s" % (START, END) | 
         
       
   | 
  
static   | 
  
 
Replacement for empty string match. 
Definition at line 62 of file common.py.
 
 
◆ EMPTY_REPL [2/2]
◆ END [1/2]
Placeholder at end of match. 
Definition at line 58 of file common.py.
 
 
◆ END [2/2]
◆ ID [1/2]
Unique marker for match highlight replacements. 
Definition at line 54 of file common.py.
 
 
◆ ID [2/2]
◆ START [1/2]
Placeholder in front of match. 
Definition at line 56 of file common.py.
 
 
◆ START [2/2]
The documentation for this class was generated from the following file: