Searched defs:copyfileobj (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | shutil.py | 60 def copyfileobj(fsrc, fdst, length=16*1024): function
|
D | tarfile.py | 259 def copyfileobj(src, dst, length=None): function
|
/external/python/cpython3/Lib/ |
D | shutil.py | 197 def copyfileobj(fsrc, fdst, length=0): function
|
D | tarfile.py | 234 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): function
|