- https://blog.csdn.net/qq_41020281/article/details/79638370 __new__方法与__init__方法
- https://stackoverflow.com/questions/986006/how-do-i-pass-a-variable-by-reference?answertab=votes#tab-top Python参数传递
- https://www.cnblogs.com/doublexi/p/8745792.html 赋值与深浅拷贝
- https://www.jianshu.com/p/c1e561d8ca7c 深浅拷贝
- https://www.cnblogs.com/Archmage/p/7569817.html python变量 闭包 变量作用域LEGB原则
- https://www.cnblogs.com/huchong/p/8244279.html 单例模式