Searched refs:path_b (Results 1 – 2 of 2) sorted by relevance
28 def ZipCompare(path_a, path_b): argument34 with ZipFile(path_b, 'r') as zip_b:
1261 def assertSame(self, path_a, path_b): argument1262 self.assertTrue(os.path.samefile(str(path_a), str(path_b)),1264 (path_a, path_b))