Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py311 if _destinsrc(src, dst):
319 def _destinsrc(src, dst): function
/external/python/cpython2/Lib/test/
Dtest_shutil.py787 self.assertTrue(shutil._destinsrc(src, dst),
799 self.assertFalse(shutil._destinsrc(src, dst),
/external/python/cpython3/Lib/
Dshutil.py813 if _destinsrc(src, dst):
824 def _destinsrc(src, dst): function
/external/python/cpython3/Lib/test/
Dtest_shutil.py1981 self.assertTrue(shutil._destinsrc(src, dst),
1993 self.assertFalse(shutil._destinsrc(src, dst),