2014. 9. 3. 08:07
shutil.copyfileobj(fsrc, fdst[, length])
Copy the contents of the file-like object fsrc to the file-like object fdst. The integer length, if given, is the buffer size. In particular, a negative length value means to copy the data without looping over the source data in chunks; by default the data is read in chunks to avoid uncontrolled memory consumption. Note that if
the current file position of the fsrc object is not 0, only the contents from the current file position to the end of the file will be copied.

'Study > python' 카테고리의 다른 글

[연습]모두의 경영 헬퍼  (0) 2015.09.14
[펌]Python code coverage for Lib/ctypes/wintypes.py  (0) 2014.10.12
[연습]AutoPOKO ~~  (0) 2013.11.11
[펌]python thread 사용예  (0) 2013.10.16
[연습]wxpython rss reader  (0) 2013.10.06
Posted by 땡보