Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dshutil.py832 if _destinsrc(src, dst):
849 def _destinsrc(src, dst): function
/third_party/python/Lib/test/
H A Dtest_shutil.py2098 self.assertTrue(shutil._destinsrc(src, dst),
2099 msg='_destinsrc() wrongly concluded that '
2110 self.assertFalse(shutil._destinsrc(src, dst),
2111 msg='_destinsrc() wrongly concluded that '

Completed in 6 milliseconds