随笔分类 -  Python

摘要:一、Object与Type 1、摘自Python Documentation 3.5.2的解释 Objects are Python’s abstraction for data. All data in a Python program is represented by objects or b 阅读全文
posted @ 2016-12-17 12:05 小Y看世界 阅读(11816) 评论(0) 推荐(1)
摘要:Shallow copy and Deep copy 第一部分: 一、来自wikipidia的解释: Shallow copy One method of copying an object is the shallow copy. In that case a new object B is cr 阅读全文
posted @ 2016-11-20 04:25 小Y看世界 阅读(389) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2016-08-27 22:39 小Y看世界 阅读(29) 评论(0) 推荐(0)