Skip to main content

write_python_string

Function write_python_string 

Source
pub fn write_python_string<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the python-string-encoded form of input to out.

see for_python_string for encoding rules.