Tekkaman

导航

 

2013年11月29日

摘要: [python's decorator&wrapper] decorator A function returning another function, usually applied as a function transformation using the @wrapper syntax. 阅读全文
posted @ 2013-11-29 18:32 Tekkaman 阅读(477) 评论(0) 推荐(0)
 
摘要: [objects & values & types] 1、Every object has an identity, a type and a value. An object’s identity never changes once it has been created; you may th 阅读全文
posted @ 2013-11-29 15:23 Tekkaman 阅读(448) 评论(0) 推荐(0)