There is no such thing as a raw string after creating a string in the process. Ways to specify the string ""and r""exist only in the source code itself.
, "\x01" , 0x01, r"\x01" , 4 '0x5c', '0x78', '0x30', '0x31'. (, python 2 ).
, ( gui, ) - escape- , . ( -, , * nix):
% cat > test <<EOF
heredoc> \x41
heredoc> EOF
% < test python -c "import sys; print sys.stdin.read()"
\x41