Home
last modified time | relevance | path

Searched defs:copyfileobj (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dshutil.py187 def copyfileobj(fsrc, fdst, length=0): function
Dtarfile.py235 def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): function