Searched defs:copyfileobj (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/ | ||
| D | shutil.py | 189 def copyfileobj(fsrc, fdst, length=0): function |
| D | tarfile.py | 239 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): function |