这样一来,就可以在python中使用不可变量了。其中,利用魔术方法__setattr__
,把一个变量当作是const
类的属性,然后使用__dict__
来判断当前变量是否已经存在。
通过这个技巧我们还能构造出一系列有意思的东西——
运行截图
refer
- https://gist.github.com/Svtter/c96e3259e264621e8bc1ab45b4c2675a
- http://code.activestate.com/recipes/65207-constants-in-python/?in=user-97991