摘要: python staticmethod and classmethod Though classmethod and staticmethod are quite similar, there’s a slight difference in usage for both entities: cla 阅读全文
posted @ 2017-11-04 22:24 wangmo 阅读(5722) 评论(0) 推荐(0) 编辑
摘要: Python的命名空间是Python程序猿必须了解的内容,对Python命名空间的学习,将使我们在本质上掌握一些Python中的琐碎的规则。 接下来我将分四部分揭示Python命名空间的本质:一、命名空间的定义;二、命名空间的查找顺序;三、命名空间的生命周期;四、通过locals()和globals 阅读全文
posted @ 2017-11-04 22:16 wangmo 阅读(327) 评论(0) 推荐(0) 编辑