pub trait PythonExt { // Required method fn escape_for_python(&self) -> String; }
Escape a Path for use in Python code.
Path