Home
last modified time | relevance | path

Searched refs:CompatPath (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_pathlib.py2699 class CompatPath: class in CompatiblePathTest
2716 result = pathlib.PurePath("test") / self.CompatPath("right")
2717 self.assertIsInstance(result, self.CompatPath)
2725 result = self.CompatPath("left") / pathlib.PurePath("test")
2726 self.assertIsInstance(result, self.CompatPath)