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