12 2016 档案

摘要:一、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看世界 阅读(11831) 评论(0) 推荐(1)
摘要:1、来自python官网的解释: super([type[, object-or-type]]) Return a proxy object that delegates method calls to a parent or sibling class of type. This is usefu 阅读全文
posted @ 2016-12-04 06:10 小Y看世界 阅读(368) 评论(0) 推荐(0)