Home
last modified time | relevance | path

Searched refs:_copyfileobj_readinto (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dshutil.py168 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): function
274 _copyfileobj_readinto(fsrc, fdst, min(file_size, COPY_BUFSIZE))