Traitsยง
- Escapee ๐
Functionsยง
- Checks whether the character is skipped after a string continue start (unescaped backlash followed by
\n
). - scan_
raw_ ๐string Reads and checks a raw (byte) string literal, converting\r\n
sequences to just\n
sequences. Returns an optional new string (if the input contained any\r\n
) and the number of hashes used by the literal. - unescape ๐Must start with
\
- unescape_
string ๐Unescapes a whole string or byte string.