|
An escape markup.
|
Methods
|
|
run
scan
string
|
|
|
run
|
run (
self,
interpreter,
locals,
)
|
|
|
scan
|
scan ( self, scanner )
|
Exceptions
|
|
ConfigurationError, "\\N{...} only works where unicodedata is available"
ConfigurationError, "unknown Unicode character name: %s" % name
ParseError, "Unicode name escape should be \\N{...}"
ParseError, "invalid escape control code: ^%s" % controlCode
ParseError, "invalid numeric escape code"
ParseError, "unrecognized escape code"
|
|
|
|
string
|
string ( self )
|
|