Home
last modified time | relevance | path

Searched refs:_sanitize_windows_name (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dzipfile.py1697 def _sanitize_windows_name(cls, arcname, pathsep): member in ZipFile
1732 arcname = self._sanitize_windows_name(arcname, os.path.sep)
/third_party/python/Lib/test/
H A Dtest_zipfile.py1592 san = zipfile.ZipFile._sanitize_windows_name

Completed in 9 milliseconds