Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dshutil.py178 def _copyfileobj_readinto(fsrc, fdst, length=COPY_BUFSIZE): function
282 _copyfileobj_readinto(fsrc, fdst, min(file_size, COPY_BUFSIZE))