| An escape markup. 
        
            | Methods |  |  
        | run scan
 string
 
 |  
            |  | run |  
        | 
run (
        self,
        interpreter,
        locals,
        )
 |  
            |  | scan |  
        | 
scan ( self,  scanner )
 
        
            | Exceptions |  |  
        | ParseError, "invalid escape control code" ParseError, "invalid numeric escape code"
 ParseError, "unrecognized escape code"
 ParseError, r"Unicode name escape should be \N{...}"
 SubsystemError, "unknown Unicode character name: %s" % name
 
 |  |  
            |  | string |  
        | 
string ( self )
 |  |