Home | History | Annotate | Download | only in python2.7

Lines Matching refs:copyfileobj

259 def copyfileobj(src, dst, length=None):
266 shutil.copyfileobj(src, dst)
2020 copyfileobj(fileobj, self.fileobj, tarinfo.size)
2201 copyfileobj(source, target)