Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py297 if _destinsrc(src, dst):
305 def _destinsrc(src, dst): function
/external/python/cpython2/Lib/test/
Dtest_shutil.py786 self.assertTrue(shutil._destinsrc(src, dst),
798 self.assertFalse(shutil._destinsrc(src, dst),