Home | Trees | Indices | Help |
---|
|
Escaping texts in various contexts.
Author: Chusslove Illich (Часлав Илић) <caslav.ilic@gmx.net>
License: GPLv3
Functions | |||
string |
|
||
string |
|
||
string |
|
||
list of strings |
|
Variables | |
__package__ =
|
|
x =
|
|
y =
|
Function Details |
Unescape text for C-style quoted strings. Octal and hex sequences ( Invalid escape sequences raise exception.
See Also: escape_c |
Escape text for C-style quoted strings.
See Also: unescape_c |
Escape text for Unix sh-like shell. Escaped text may be used as a fixed argument in command line, i.e. the shell will not interpret any part of it in a special way. It is undefined which of the possible ways to escape are used (single quotes, double quotes, backslashes).
|
Like
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 24 21:00:26 2014 | http://epydoc.sourceforge.net |