Lines Matching full:move_file
15 from distutils.file_util import move_file877 def move_file(self, src, dst):878 return move_file(src, dst, dry_run=self.dry_run)