Searched refs:CompatPath (Results 1 – 1 of 1) sorted by relevance
2699 class CompatPath: class in CompatiblePathTest2716 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)