Searched defs:copyfileobj (Results 1 – 3 of 3) sorted by relevance
46 def copyfileobj(fsrc, fdst, length=16*1024): function
45 def copyfileobj(fsrc, fdst, length=16*1024): function
259 def copyfileobj(src, dst, length=None): function