Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dshutil.py812 if _destinsrc(src, dst):
829 def _destinsrc(src, dst): function
/third_party/python/Lib/test/
Dtest_shutil.py2039 self.assertTrue(shutil._destinsrc(src, dst),
2051 self.assertFalse(shutil._destinsrc(src, dst),