shallow copy란 object는 새로 생성하되 그안에 있는 값들은 참조 한다는 소리고,
deep copy란 안에있는 값을 참조하지 않고 복사해온다는 소리.
참조.
1. https://docs.python.org/2/library/copy.html
2. http://kkoseul.tistory.com/m/post/53
'python' 카테고리의 다른 글
gunicorn vs uwsgi (0) | 2017.01.20 |
---|---|
flask async response (0) | 2017.01.04 |
functools.wraps에 대해 (0) | 2015.04.15 |
Apple Push Notification Service(APNs) python modules (0) | 2015.04.07 |
Getting specific timezone timestamp from time string (0) | 2015.01.20 |