Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_tarfile.py982 def _test_pathname(self, path, cmp_path=None, dir=False): argument
1008 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))
/external/python/cpython3/Lib/test/
Dtest_tarfile.py1268 def _test_pathname(self, path, cmp_path=None, dir=False): argument
1294 self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))