pub fn py_normpath(path: &str) -> StringExpand description
Python posixpath.normpath(path): collapse duplicate slashes and .
components, resolve .. lexically (kept when it would climb past a
relative start; dropped at an absolute root), preserve an exactly-double
leading slash. Empty input yields ..