Home | History | Annotate | Download | only in common_lib

Lines Matching refs:src_file

456         src_file = self.god.create_mock_class(file, "file")
460 .and_return(src_file))
462 utils.shutil.copyfileobj.expect_call(src_file, dest_file)
464 src_file.close.expect_call()