Tekkaman

导航

 

2016年7月18日

摘要: 【__new__】 object.__new__(cls[, ...]) Called to create a new instance of class cls. 用于创建类对象cls的实例。 __new__() is a static method (special-cased so you n 阅读全文
posted @ 2016-07-18 19:39 Tekkaman 阅读(346) 评论(0) 推荐(0)
 
摘要: 【super】 Return a proxy object that delegates method calls to a parent or sibling class of type. This is useful for accessing inherited methods that ha 阅读全文
posted @ 2016-07-18 13:15 Tekkaman 阅读(226) 评论(0) 推荐(0)