11 2022 档案
摘要:https://developer.aliyun.com/article/996925
阅读全文
摘要:https://zhuanlan.zhihu.com/p/496153486 1. 概述 在Python经常能见到含下划线(underscore)修饰的的变量和方法(如__name__,_var等),这些下划线的作用称之为名字修饰(name decoration)。在Python中,名字修饰通常有以
阅读全文
摘要:https://stackoverflow.com/questions/136097/difference-between-staticmethod-and-classmethod @staticmethod:如果类里面不想某个方法使用类属性和调用其它方法就可以使用静态方法,有助于优化代码结构和提高
阅读全文